diff options
Diffstat (limited to 'hw/xwin/winwindow.h')
-rw-r--r-- | hw/xwin/winwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winwindow.h b/hw/xwin/winwindow.h index f27094f4d..e3e1fb972 100644 --- a/hw/xwin/winwindow.h +++ b/hw/xwin/winwindow.h @@ -144,7 +144,7 @@ winInitWM(void **ppWMInfo, pthread_t * ptWMProc, pthread_t * ptXMsgProc, pthread_mutex_t * ppmServerStarted, - int dwScreen, HWND hwndScreen, BOOL allowOtherWM); + int dwScreen, HWND hwndScreen, BOOL allowOtherWM, BOOL compositeWM); void winDeinitMultiWindowWM(void); |