From 573e5c4f462c3f97697f16388025a8e13469487c Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 4 Feb 2011 15:35:11 +0000 Subject: Solved a crash in multiwindow mode due to a crash overflow: - Make sure WM_WM_REINIT and WM_WM_MOVE do not have the same value - Make sure the nextview handle is not the same as the window itself --- xorg-server/hw/xwin/winwndproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xwin/winwndproc.c') diff --git a/xorg-server/hw/xwin/winwndproc.c b/xorg-server/hw/xwin/winwndproc.c index aa158674e..5b2a866a9 100644 --- a/xorg-server/hw/xwin/winwndproc.c +++ b/xorg-server/hw/xwin/winwndproc.c @@ -1192,7 +1192,7 @@ winWindowProc (HWND hwnd, UINT message, #ifdef XWIN_CLIPBOARD /* Make sure the clipboard chain is ok. */ - winFixClipboardChain (); + winFixClipboardChain (0); #endif /* Call engine specific screen activation/deactivation function */ -- cgit v1.2.3