From 3245937fde6b20cec45462c558248739815d3f2c Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 3 Sep 2010 08:05:14 +0000 Subject: Do not re-initialize g_fClipboardLaunched and g_fClipboardStarted on xserver reset since the clipboard thread could still be running --- xorg-server/hw/xwin/winglobals.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xorg-server/hw/xwin/winglobals.c b/xorg-server/hw/xwin/winglobals.c index 80a6c9feb..5d5c79677 100644 --- a/xorg-server/hw/xwin/winglobals.c +++ b/xorg-server/hw/xwin/winglobals.c @@ -129,8 +129,6 @@ winInitializeGlobals (void) g_dwCurrentThreadID = GetCurrentThreadId (); g_hwndKeyboardFocus = NULL; #ifdef XWIN_CLIPBOARD - g_fClipboardLaunched = FALSE; - g_fClipboardStarted = FALSE; g_iClipboardWindow = None; g_pClipboardDisplay = NULL; g_atomLastOwnedSelection = None; -- cgit v1.2.3