X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=9eaee553f875493bb8e9b962051c0e2cca1984fa;hb=096dad0c6c027100494ede811b33cb8558d32e25;hp=b2e9c4cbd0a4513d73ca08415ac30b21eea2a136;hpb=acafa38c8ea210b12ed92fc16281b915ab61542c;p=chaz%2Fopenbox diff --git a/openbox/openbox.h b/openbox/openbox.h index b2e9c4cb..9eaee553 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -21,13 +21,12 @@ #include "misc.h" -#include "render/render.h" -#include "render/theme.h" +#include "obrender/render.h" +#include "obrender/theme.h" #include "obt/mainloop.h" #include "obt/display.h" #include -#include extern RrInstance *ob_rr_inst; extern RrImageCache *ob_rr_icons; @@ -62,6 +61,4 @@ void ob_exit_with_error(const gchar *msg) G_GNUC_NORETURN; Cursor ob_cursor(ObCursor cursor); -KeyCode ob_keycode(ObKey key); - #endif