From de4f92ccc66c1dad1a2820a07d1f0161bd61a855 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 30 Aug 2003 07:20:16 +0000 Subject: using the ObMainLoop, which rulz the planet --- openbox/openbox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index b5b473b8..2f325dff 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -14,9 +14,13 @@ #include #include +struct _ObMainLoop; + extern RrInstance *ob_rr_inst; extern RrTheme *ob_rr_theme; +extern struct _ObMainLoop *ob_main_loop; + /*! The X display */ extern Display *ob_display; -- cgit v1.2.3