More X11 snarf tweaks.

Will we ever finish?
This commit is contained in:
rsc 2003-12-02 03:42:46 +00:00
parent 1555bd7aaa
commit e39b8b1928
5 changed files with 38 additions and 11 deletions

View file

@ -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.