diff options
author | marha <marha@users.sourceforge.net> | 2010-09-03 08:05:14 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-03 08:05:14 +0000 |
commit | 3245937fde6b20cec45462c558248739815d3f2c (patch) | |
tree | 0bc1a2de1dc73c478413e9c87fce26cab3a3ec5a /xorg-server/hw/xwin | |
parent | 4d629eeaca9f0549e422abe330b8a244727d7899 (diff) | |
download | vcxsrv-3245937fde6b20cec45462c558248739815d3f2c.tar.gz vcxsrv-3245937fde6b20cec45462c558248739815d3f2c.tar.bz2 vcxsrv-3245937fde6b20cec45462c558248739815d3f2c.zip |
Do not re-initialize g_fClipboardLaunched and g_fClipboardStarted on xserver reset since the clipboard thread could still be running
Diffstat (limited to 'xorg-server/hw/xwin')
-rw-r--r-- | xorg-server/hw/xwin/winglobals.c | 2 |
1 files changed, 0 insertions, 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;
|