diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2015-11-02 20:51:51 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2015-11-10 10:55:57 +0000 |
commit | 4c15aa154b0b9ec5266698e536ca76ac94df87a0 (patch) | |
tree | c11ae85b279fa5423b036706cb35f98dc2201404 /hw/xwin/winwindow.h | |
parent | 12b787021ac8883bf0d213db1ad3ef6eb9d9b6b3 (diff) |
Remove allowOtherWM, which is now always FALSE
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 7e6bd565c..0b2bf93ce 100644 --- a/hw/xwin/winwindow.h +++ b/hw/xwin/winwindow.h @@ -142,7 +142,7 @@ winInitWM(void **ppWMInfo, pthread_t * ptWMProc, pthread_t * ptXMsgProc, pthread_mutex_t * ppmServerStarted, - int dwScreen, HWND hwndScreen, BOOL allowOtherWM); + int dwScreen, HWND hwndScreen); void winDeinitMultiWindowWM(void); |