From e39b8b19286e7c6054953a88935442ec29a68eec Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 2 Dec 2003 03:42:46 +0000 Subject: More X11 snarf tweaks. Will we ever finish? --- src/libdraw/x11-init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libdraw/x11-init.c') 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. -- cgit v1.2.3