diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xwin/winwndproc.c')
-rw-r--r-- | xc/programs/Xserver/hw/xwin/winwndproc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xwin/winwndproc.c b/xc/programs/Xserver/hw/xwin/winwndproc.c index 5bdd18c82..6aa29316d 100644 --- a/xc/programs/Xserver/hw/xwin/winwndproc.c +++ b/xc/programs/Xserver/hw/xwin/winwndproc.c @@ -31,7 +31,7 @@ * Harold L Hunt II * MATSUZAKI Kensuke */ -/* $XFree86: xc/programs/Xserver/hw/xwin/winwndproc.c,v 1.23 2002/10/17 08:18:25 alanh Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xwin/winwndproc.c,v 1.24 2003/02/12 15:01:38 alanh Exp $ */ #include "win.h" #include <commctrl.h> @@ -300,6 +300,7 @@ winWindowProc (HWND hwnd, UINT message, if (!s_pScreenInfo->fScrollbars || !s_pScreenInfo->fDecoration || s_pScreenInfo->fRootless + || s_pScreenInfo->fMultiWindow || s_pScreenInfo->fFullScreen) break; @@ -569,7 +570,8 @@ winWindowProc (HWND hwnd, UINT message, || !s_pScreenInfo->fScrollbars || s_pScreenInfo->fFullScreen || !s_pScreenInfo->fDecoration - || s_pScreenInfo->fRootless) + || s_pScreenInfo->fRootless + || s_pScreenInfo->fMultiWindow) break; /* |