]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
check if a client will respond to pings
[chaz/openbox] / openbox / client.h
index b4b165f8035c68c61d2214b4c59fdceb387dc46d..49ff72bcdc204599963c1d76a7cf66047c43e0bd 100644 (file)
@@ -24,6 +24,7 @@
 #include "mwm.h"
 #include "geom.h"
 #include "stacking.h"
+#include "window.h"
 #include "render/color.h"
 
 #include <glib.h>
@@ -219,6 +220,9 @@ struct _ObClient
     /*! Notify the window when it receives focus? */
     gboolean focus_notify;
 
+    /*! Will the client respond to pings? */
+    gboolean ping;
+
 #ifdef SYNC
     /*! The client wants to sync during resizes */
     gboolean sync_request;
This page took 0.023968 seconds and 4 git commands to generate.