X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=471aa779a5ea5063ced0d2fa18bd7ba13205148f;hb=def8fc707d1146a4edccbca85afc93d6bdbff440;hp=7c38e20f7280b3734c8bdb517d203fc4c43e801e;hpb=452627a51ce38229533dfe5d8eeb877b0918d02c;p=chaz%2Fopenbox diff --git a/openbox/openbox.h b/openbox/openbox.h index 7c38e20f..471aa779 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -24,18 +24,17 @@ #include "render/render.h" #include "render/theme.h" #include "obt/mainloop.h" +#include "obt/display.h" #include #include extern RrInstance *ob_rr_inst; +extern RrImageCache *ob_rr_icons; extern RrTheme *ob_rr_theme; extern ObtMainLoop *ob_main_loop; -/*! The X display */ -extern Display *ob_display; - /*! The number of the screen on which we're running */ extern gint ob_screen;