]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
check if a client will respond to pings
[chaz/openbox] / openbox / client.h
index e83a6b7a24c07d0cfdf36e31880e7d0c5b4a2851..49ff72bcdc204599963c1d76a7cf66047c43e0bd 100644 (file)
@@ -220,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.021821 seconds and 4 git commands to generate.