summaryrefslogtreecommitdiff
path: root/lib/x11plugin.h
diff options
context:
space:
mode:
authorBradley Smith2008-03-09 15:21:28 +0000
committerBradley Smith2008-03-09 15:21:28 +0000
commitd5c7727c2c8a3140c0276547b77f979785c8bec7 (patch)
treef2aa7a401b50d2acd88e39598002df0ee0a5ef12 /lib/x11plugin.h
parentRemove config.h.in which shouldn't be under version control. (diff)
downloadgnurobots-d5c7727c2c8a3140c0276547b77f979785c8bec7.tar.gz
Correctly handle ClientMessage.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'lib/x11plugin.h')
-rw-r--r--lib/x11plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/x11plugin.h b/lib/x11plugin.h
index 8c9b01e..d8b4550 100644
--- a/lib/x11plugin.h
+++ b/lib/x11plugin.h
@@ -43,6 +43,8 @@ struct _X11Plugin {
Display *dpy;
Window x_win;
+ Atom wm_delete_win;
+ Atom wm_protocols;
GC gc;
GC buf_gc;
Font text;