Use new share handle table info.

svn path=/trunk/; revision=31231
This commit is contained in:
James Tabor 2007-12-15 09:11:59 +00:00
parent 383356eb43
commit 5bd30618ac

View file

@ -96,11 +96,11 @@ DxEngRedrawDesktop()
ULONG ULONG
DxEngDispUniq() DxEngDispUniq()
{ {
/* FIXME DisplayUniqVisrgn from gdishare memory */ return GdiHandleTable->flDeviceUniq;
UNIMPLEMENTED;
return FALSE;
} }
ULONG gulVisRgnUniqueness; // Inc count everytime client region is updated.
/************************************************************************/ /************************************************************************/
/* DxEngVisRgnUniq */ /* DxEngVisRgnUniq */
/************************************************************************/ /************************************************************************/
@ -108,9 +108,7 @@ DxEngDispUniq()
ULONG ULONG
DxEngVisRgnUniq() DxEngVisRgnUniq()
{ {
/* FIXME DisplayUniqVisrgn from gdishare memory */ return gulVisRgnUniqueness;
UNIMPLEMENTED;
return FALSE;
} }
/************************************************************************/ /************************************************************************/