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