diff options
| author | marha <marha@users.sourceforge.net> | 2014-10-12 13:44:13 +0200 |
|---|---|---|
| committer | marha <marha@users.sourceforge.net> | 2014-10-12 13:44:13 +0200 |
| commit | 4aea4b223604c589828beb1145875a5fbcc41eed (patch) | |
| tree | 7409ebefc03bea38151aebc0f078a94c28c7534d | |
| parent | c774a734a9d990789abfe25c2f2dcbd74f4afe44 (diff) | |
| download | vcxsrv-4aea4b223604c589828beb1145875a5fbcc41eed.tar.gz vcxsrv-4aea4b223604c589828beb1145875a5fbcc41eed.tar.bz2 vcxsrv-4aea4b223604c589828beb1145875a5fbcc41eed.zip | |
Solved problem of g_fClipboardStarted being set too soon
| -rw-r--r-- | xorg-server/hw/xwin/winclipboardinit.c | 3 |
1 files changed, 0 insertions, 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 */ |
