From d5c7727c2c8a3140c0276547b77f979785c8bec7 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sun, 9 Mar 2008 15:21:28 +0000 Subject: Correctly handle ClientMessage. Signed-off-by: Bradley Smith --- lib/x11plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/x11plugin.h') 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; -- cgit v1.1