More X11 snarf tweaks.
Will we ever finish?
This commit is contained in:
parent
1555bd7aaa
commit
e39b8b1928
5 changed files with 38 additions and 11 deletions
|
|
@ -379,6 +379,10 @@ xattach(char *label)
|
|||
* Look up clipboard atom.
|
||||
*/
|
||||
_x.clipboard = XInternAtom(_x.display, "CLIPBOARD", False);
|
||||
_x.utf8string = XInternAtom(_x.display, "UTF8_STRING", False);
|
||||
_x.targets = XInternAtom(_x.display, "TARGETS", False);
|
||||
_x.text = XInternAtom(_x.display, "TEXT", False);
|
||||
_x.compoundtext = XInternAtom(_x.display, "COMPOUND_TEXT", False);
|
||||
|
||||
/*
|
||||
* Lots of display connections for various procs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue