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/prop.h | |
| parent | 2b5d4b69974aba63f0c22cd5e4b91c456cd70f68 (diff) | |
check if a client will respond to pings
Diffstat (limited to 'openbox/prop.h')
| -rw-r--r-- | openbox/prop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.h b/openbox/prop.h index f0c4f5e9..fd12f98a 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -136,7 +136,7 @@ typedef struct Atoms { Atom net_frame_extents; /* application protocols */ -/* Atom net_wm_ping; */ + Atom net_wm_ping; #ifdef SYNC Atom net_wm_sync_request; Atom net_wm_sync_request_counter; |
