We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c83870 commit 9e15952Copy full SHA for 9e15952
unix/x0vncserver/XSelection.cxx
@@ -37,7 +37,7 @@ XSelection::XSelection(Display* dpy_, XSelectionHandler* handler_)
37
probeProperty = XInternAtom(dpy, "TigerVNC_ProbeProperty", False);
38
transferProperty = XInternAtom(dpy, "TigerVNC_TransferProperty", False);
39
timestampProperty = XInternAtom(dpy, "TigerVNC_TimestampProperty", False);
40
- setName("TigerVNC Clipboard (x0vncserver)");
+ toplevel("TigerVNC Clipboard (x0vncserver)");
41
addEventMask(PropertyChangeMask); // Required for PropertyNotify events
42
}
43
0 commit comments