]> Dogcows Code - chaz/openbox/blobdiff - obt/mainloop.h
make an event queue for X events. the queue's min size is 16 XEvents (~3k)
[chaz/openbox] / obt / mainloop.h
index cdc0bd298ccfcc8902f5e5fc85a899fed2a3a1fb..f455d62995a1b4bf750d27e34f2a40eee40ea821 100644 (file)
@@ -27,7 +27,7 @@ G_BEGIN_DECLS
 
 typedef struct _ObtMainLoop ObtMainLoop;
 
-ObtMainLoop *obt_main_loop_new(Display *display);
+ObtMainLoop *obt_main_loop_new(void);
 void        obt_main_loop_ref(ObtMainLoop *loop);
 void        obt_main_loop_unref(ObtMainLoop *loop);
 
This page took 0.0199 seconds and 4 git commands to generate.