]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
make the mainloop not depend on an X display, and make it uses the obt_display automa...
[chaz/openbox] / openbox / openbox.c
index c9979325e3aee6fece82e91e7f80b49877f32484..8aefd76adcee0b9d26939eb41a9a23f9fc7cc427 100644 (file)
@@ -151,7 +151,7 @@ gint main(gint argc, gchar **argv)
         exit(EXIT_SUCCESS);
     }
 
-    ob_main_loop = obt_main_loop_new(obt_display);
+    ob_main_loop = obt_main_loop_new();
 
     /* set up signal handler */
     obt_main_loop_signal_add(ob_main_loop, SIGUSR1, signal_handler, NULL,NULL);
This page took 0.022531 seconds and 4 git commands to generate.