diff options
Diffstat (limited to 'openbox/openbox.h')
| -rw-r--r-- | openbox/openbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <glib.h> #include <X11/Xlib.h> +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; |
