mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Use new share handle table info.
svn path=/trunk/; revision=31231
This commit is contained in:
@@ -96,11 +96,11 @@ DxEngRedrawDesktop()
|
||||
ULONG
|
||||
DxEngDispUniq()
|
||||
{
|
||||
/* FIXME DisplayUniqVisrgn from gdishare memory */
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
return GdiHandleTable->flDeviceUniq;
|
||||
}
|
||||
|
||||
ULONG gulVisRgnUniqueness; // Inc count everytime client region is updated.
|
||||
|
||||
/************************************************************************/
|
||||
/* DxEngVisRgnUniq */
|
||||
/************************************************************************/
|
||||
@@ -108,9 +108,7 @@ DxEngDispUniq()
|
||||
ULONG
|
||||
DxEngVisRgnUniq()
|
||||
{
|
||||
/* FIXME DisplayUniqVisrgn from gdishare memory */
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
return gulVisRgnUniqueness;
|
||||
}
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user