mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
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 <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
b1093241f3
commit
ae981341a9
1 changed files with 2 additions and 0 deletions
|
|
@ -236,6 +236,8 @@ winClipboardProc (void *pvNotUsed)
|
|||
pthread_exit (NULL);
|
||||
}
|
||||
|
||||
XStoreName(pDisplay, iWindow, "xwinclip");
|
||||
|
||||
/* Select event types to watch */
|
||||
if (XSelectInput (pDisplay,
|
||||
iWindow,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue