diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 18:19:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 18:19:26 +0000 |
| commit | 3409148047e2d179fbe9fc5ef194253cc0f0ad85 (patch) | |
| tree | 445f870decadd342fceff1eae286a598fa0a603a /openbox/event.c | |
| parent | b114ec71813a666f20b38b6086e0a50d12dc6c29 (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.c | 2 |
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) |
