diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-03-04 20:05:00 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-03-04 20:05:00 +0000 |
| commit | e979b388d83a48e45a6a36869f2bc87161e8a720 (patch) | |
| tree | 4c18f4168b2fbd12be71d963e7b3f7fee95ee33a /openbox/prop.h | |
| parent | 191a0bc07568aca3b85e4b4789b7dc4d3733742f (diff) | |
use the X protocol to reconfigure instead of signals, works over the network too
Diffstat (limited to 'openbox/prop.h')
| -rw-r--r-- | openbox/prop.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/prop.h b/openbox/prop.h index fa45d5cd..f65dd135 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -165,6 +165,9 @@ typedef struct Atoms { Atom openbox_pid; Atom ob_wm_state_undecorated; + Atom ob_control; + Atom ob_reconfigure; + Atom ob_restart; } Atoms; Atoms prop_atoms; |
