aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/x11-init.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-12-02 03:42:46 +0000
committerrsc <devnull@localhost>2003-12-02 03:42:46 +0000
commite39b8b19286e7c6054953a88935442ec29a68eec (patch)
treedb000dbecc0318eb64d640a5141e24f953908ee7 /src/libdraw/x11-init.c
parent1555bd7aaad44bb26e0442a6798671be636df5b3 (diff)
downloadplan9port-e39b8b19286e7c6054953a88935442ec29a68eec.tar.gz
plan9port-e39b8b19286e7c6054953a88935442ec29a68eec.tar.bz2
plan9port-e39b8b19286e7c6054953a88935442ec29a68eec.zip
More X11 snarf tweaks.
Will we ever finish?
Diffstat (limited to 'src/libdraw/x11-init.c')
-rw-r--r--src/libdraw/x11-init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c
index a83d5b9d..085082df 100644
--- a/src/libdraw/x11-init.c
+++ b/src/libdraw/x11-init.c
@@ -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.