summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 18:19:26 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 18:19:26 +0000
commit3409148047e2d179fbe9fc5ef194253cc0f0ad85 (patch)
tree445f870decadd342fceff1eae286a598fa0a603a /openbox/event.c
parentb114ec71813a666f20b38b6086e0a50d12dc6c29 (diff)
fixes to the properties and net_supported. a bunch weren't supported. better checking at runtime to make sure everything is in the atom.
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 793a6fcd..faa1a264 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -570,7 +570,7 @@ static void event_handle_root(XEvent *e)
screen_set_num_desktops(d);
} else if (msgtype == prop_atoms.net_showing_desktop) {
screen_show_desktop(e->xclient.data.l[0] != 0, TRUE);
- } else if (msgtype == prop_atoms.ob_control) {
+ } else if (msgtype == prop_atoms.openbox_control) {
if (e->xclient.data.l[0] == 1)
ob_reconfigure();
else if (e->xclient.data.l[0] == 2)