From 99e23015cf2b7780f4a684669008ae38abe62932 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 22:31:36 +0000 Subject: rename the openbox_* atoms back to ob_* --- openbox/openbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/openbox.c') 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); -- cgit v1.2.3