X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=c43f0a61b53e50635584058fce5755f6178b9abf;hb=0e3ce9e407ed8e3fb554c0b25b65c0e8146bd1c6;hp=b2e9c4cbd0a4513d73ca08415ac30b21eea2a136;hpb=2f09e0ce388f63c341cb328d795766e2bd0dc24b;p=chaz%2Fopenbox diff --git a/openbox/openbox.h b/openbox/openbox.h index b2e9c4cb..c43f0a61 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -21,8 +21,8 @@ #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" @@ -62,6 +62,6 @@ void ob_exit_with_error(const gchar *msg) G_GNUC_NORETURN; Cursor ob_cursor(ObCursor cursor); -KeyCode ob_keycode(ObKey key); +gboolean ob_keycode_match(KeyCode code, ObKey key); #endif