diff options
Diffstat (limited to 'hw/xwin/win.h')
-rw-r--r-- | hw/xwin/win.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h index de727ef46..5afd4d63c 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -434,6 +434,8 @@ typedef struct _winPrivScreenRec int iDeltaZ; + int iConnectedClients; + CloseScreenProcPtr CloseScreen; DWORD dwRedMask; |