]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn...
[chaz/openbox] / openbox / openbox.c
index d6da5ec7a60aee9e390883fbf3c1fe3991809c6c..012666dc2668bd0170d33efcd1f7555842e1f2ba 100644 (file)
@@ -148,7 +148,7 @@ gint main(gint argc, gchar **argv)
          * remote_control = 2 -> restart */
         OBT_PROP_MSG(ob_screen, obt_root(ob_screen),
                      OB_CONTROL, remote_control, 0, 0, 0, 0);
-        obt_display_close(obt_display);
+        obt_display_close();
         exit(EXIT_SUCCESS);
     }
 
@@ -384,7 +384,7 @@ gint main(gint argc, gchar **argv)
 
     session_shutdown(being_replaced);
 
-    obt_display_close(obt_display);
+    obt_display_close();
 
     if (restart) {
         if (restart_path != NULL) {
This page took 0.02228 seconds and 4 git commands to generate.