diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-15 20:48:28 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-15 20:48:28 -0500 |
| commit | d790dc162d24cfdcc236114b50c51af62612646a (patch) | |
| tree | f65258522a138ef63cc3d73401ec1460803a14aa /openbox/client.h | |
| parent | 2b5d4b69974aba63f0c22cd5e4b91c456cd70f68 (diff) | |
check if a client will respond to pings
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index e83a6b7a..49ff72bc 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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; |
