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 --- obt/mainloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obt/mainloop.h') diff --git a/obt/mainloop.h b/obt/mainloop.h index cdc0bd29..cce7d5b5 100644 --- a/obt/mainloop.h +++ b/obt/mainloop.h @@ -27,7 +27,7 @@ G_BEGIN_DECLS typedef struct _ObtMainLoop ObtMainLoop; -ObtMainLoop *obt_main_loop_new(Display *display); +ObtMainLoop *obt_main_loop_new(); void obt_main_loop_ref(ObtMainLoop *loop); void obt_main_loop_unref(ObtMainLoop *loop); -- cgit v1.2.3