all repos — openbox @ 27274cff9c3ee668be0aa71ff4a72979a13cb4ca

openbox fork - make it a bit more like ryudo

add G_BEGIN/END_DECLS to the mainloop header
Dana Jansens danakj@orodu.net
commit

27274cff9c3ee668be0aa71ff4a72979a13cb4ca

parent

a2f5a826a1ed79102cd59a9ef17724fb90afe86b

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M obt/mainloop.hobt/mainloop.h

@@ -23,6 +23,8 @@

#include <X11/Xlib.h> #include <glib.h> +G_BEGIN_DECLS + typedef struct _ObtMainLoop ObtMainLoop; ObtMainLoop *obt_main_loop_new(Display *display);

@@ -73,5 +75,7 @@ gboolean cancel_dest);

void obt_main_loop_run(ObtMainLoop *loop); void obt_main_loop_exit(ObtMainLoop *loop); + +G_END_DECLS #endif