mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
Use new share handle table info.
svn path=/trunk/; revision=31231
This commit is contained in:
parent
383356eb43
commit
5bd30618ac
1 changed files with 4 additions and 6 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue