From 4aea4b223604c589828beb1145875a5fbcc41eed Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 12 Oct 2014 13:44:13 +0200 Subject: Solved problem of g_fClipboardStarted being set too soon --- xorg-server/hw/xwin/winclipboardinit.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xorg-server/hw/xwin/winclipboardinit.c b/xorg-server/hw/xwin/winclipboardinit.c index 1a4899978..6451acaa5 100644 --- a/xorg-server/hw/xwin/winclipboardinit.c +++ b/xorg-server/hw/xwin/winclipboardinit.c @@ -79,9 +79,6 @@ winClipboardThreadProc(void *arg) /* Print the display connection string */ ErrorF("winClipboardThreadProc - DISPLAY=%s\n", szDisplay); - /* Flag that clipboard client has been launched */ - g_fClipboardStarted = TRUE; - fShutdown = winClipboardProc(g_fUnicodeClipboard, szDisplay); /* Flag that clipboard client has stopped */ -- cgit v1.2.3