Fix X11 clipboard again.
This commit is contained in:
parent
0870887793
commit
268fa93385
@ -378,7 +378,7 @@ xattach(char *label)
|
||||
/*
|
||||
* Look up clipboard atom.
|
||||
*/
|
||||
_x.clipboard = XInternAtom(_x.display, "CLIPBOARD", True);
|
||||
_x.clipboard = XInternAtom(_x.display, "CLIPBOARD", False);
|
||||
|
||||
/*
|
||||
* Lots of display connections for various procs.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user