summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 22:31:36 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 22:31:36 +0000
commit99e23015cf2b7780f4a684669008ae38abe62932 (patch)
tree27512dc70fbd4727bf4e52e9a1769656d4f9eaf7 /openbox/openbox.c
parent2676b61b0f4caa8639ce9509f00b0ea2773b731e (diff)
rename the openbox_* atoms back to ob_*
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index d5501564..2de1f7e7 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -150,7 +150,7 @@ gint main(gint argc, gchar **argv)
* remote_control = 1 -> reconfigure
* remote_control = 2 -> restart */
PROP_MSG(RootWindow(ob_display, ob_screen),
- openbox_control, remote_control, 0, 0, 0);
+ ob_control, remote_control, 0, 0, 0);
XCloseDisplay(ob_display);
exit(EXIT_SUCCESS);
}
@@ -242,7 +242,7 @@ gint main(gint argc, gchar **argv)
if (config_type != NULL)
PROP_SETS(RootWindow(ob_display, ob_screen),
- openbox_config, config_type);
+ ob_config, config_type);
/* we're done with parsing now, kill it */
parse_shutdown(i);