diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-28 15:38:29 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:56 -0500 |
| commit | 700b2c0aec0663249e39333b24de02f249f70267 (patch) | |
| tree | b84d802f3ce8c9c785a0b2fa4c19d3c1aaa6bd4a /obt/mainloop.h | |
| parent | ef54ca590d49666b2f9df75c5c08537bee139819 (diff) | |
make the mainloop not depend on an X display, and make it uses the obt_display automatically
Diffstat (limited to 'obt/mainloop.h')
| -rw-r--r-- | obt/mainloop.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
