From ae981341a98f7a1ee5d6f3bc8ebde04e42042dc5 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Mon, 8 Feb 2010 22:37:30 +0000 Subject: [PATCH] hw/xwin: Give the X window for the clipboard integration client a name This makes it a bit easier to find when staring at the output of 'xwininfo -tree -root' Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winclipboardthread.c | 2 ++ 1 file changed, 2 insertions(+) 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,