Skip to content

Commit

Permalink
Do proper top level window setup for selection window
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Oct 22, 2024
1 parent 6c83870 commit 9e15952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/x0vncserver/XSelection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ XSelection::XSelection(Display* dpy_, XSelectionHandler* handler_)
probeProperty = XInternAtom(dpy, "TigerVNC_ProbeProperty", False);
transferProperty = XInternAtom(dpy, "TigerVNC_TransferProperty", False);
timestampProperty = XInternAtom(dpy, "TigerVNC_TimestampProperty", False);
setName("TigerVNC Clipboard (x0vncserver)");
toplevel("TigerVNC Clipboard (x0vncserver)");
addEventMask(PropertyChangeMask); // Required for PropertyNotify events
}

Expand Down

0 comments on commit 9e15952

Please sign in to comment.