From 700b2c0aec0663249e39333b24de02f249f70267 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 28 Jul 2007 15:38:29 -0400 Subject: make the mainloop not depend on an X display, and make it uses the obt_display automatically --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox') diff --git a/openbox/openbox.c b/openbox/openbox.c index c9979325..8aefd76a 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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); -- cgit v1.2.3