diff options
-rw-r--r-- | hw/xwin/winclipboardthread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/winclipboardthread.c b/hw/xwin/winclipboardthread.c index 908dfcea2..4cffa8013 100644 --- a/hw/xwin/winclipboardthread.c +++ b/hw/xwin/winclipboardthread.c @@ -236,6 +236,8 @@ winClipboardProc (void *pvNotUsed) pthread_exit (NULL); } + XStoreName(pDisplay, iWindow, "xwinclip"); + /* Select event types to watch */ if (XSelectInput (pDisplay, iWindow, |