X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=2de1f7e7709bdd2558628a7d603fedb8b065ca89;hb=99e23015cf2b7780f4a684669008ae38abe62932;hp=d550156407b2f5b434d204c954385dfd7e00b85f;hpb=ecde8e8f731cf397ab82ce59aab0e18a50af70c0;p=chaz%2Fopenbox 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);