diff options
| author | rsc <devnull@localhost> | 2003-12-02 03:42:46 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-12-02 03:42:46 +0000 |
| commit | e39b8b19286e7c6054953a88935442ec29a68eec (patch) | |
| tree | db000dbecc0318eb64d640a5141e24f953908ee7 /src/libdraw/x11-memdraw.h | |
| parent | 1555bd7aaad44bb26e0442a6798671be636df5b3 (diff) | |
| download | plan9port-e39b8b19286e7c6054953a88935442ec29a68eec.tar.gz plan9port-e39b8b19286e7c6054953a88935442ec29a68eec.zip | |
More X11 snarf tweaks.
Will we ever finish?
Diffstat (limited to 'src/libdraw/x11-memdraw.h')
| -rw-r--r-- | src/libdraw/x11-memdraw.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libdraw/x11-memdraw.h b/src/libdraw/x11-memdraw.h index 1b1012be..afd47ccc 100644 --- a/src/libdraw/x11-memdraw.h +++ b/src/libdraw/x11-memdraw.h @@ -65,6 +65,10 @@ struct Xprivate { XVisual *vis; u32int white; Atom clipboard; + Atom utf8string; + Atom targets; + Atom text; + Atom compoundtext; uint putsnarf; uint assertsnarf; int destroyed; |
