From fd77a0a7b3f892925f203287b8b46c6ec9be94ea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 8 Jun 2010 17:50:23 -0400 Subject: Use GMainLoop instead of ObtMainLoop --- openbox/openbox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index 229c584d..94f49105 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -23,7 +23,6 @@ #include "obrender/render.h" #include "obrender/theme.h" -#include "obt/mainloop.h" #include "obt/display.h" #include @@ -32,7 +31,7 @@ extern RrInstance *ob_rr_inst; extern RrImageCache *ob_rr_icons; extern RrTheme *ob_rr_theme; -extern ObtMainLoop *ob_main_loop; +extern GMainLoop *ob_main_loop; /*! The number of the screen on which we're running */ extern gint ob_screen; -- cgit v1.2.3