]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
rename the openbox_* atoms back to ob_*
[chaz/openbox] / openbox / openbox.c
index d550156407b2f5b434d204c954385dfd7e00b85f..2de1f7e7709bdd2558628a7d603fedb8b065ca89 100644 (file)
@@ -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);
This page took 0.023079 seconds and 4 git commands to generate.