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/win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xwin/win.h') diff --git a/xorg-server/hw/xwin/win.h b/xorg-server/hw/xwin/win.h index f24bc399a..df939b494 100644 --- a/xorg-server/hw/xwin/win.h +++ b/xorg-server/hw/xwin/win.h @@ -786,7 +786,7 @@ Bool winInitClipboard (void); void -winFixClipboardChain (void); +winFixClipboardChain (int Removed); #endif -- cgit v1.2.3