X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=c43f0a61b53e50635584058fce5755f6178b9abf;hb=7aae8cc5262c1b36e3196845d62489b76af9063f;hp=2a938c5d1154edc4e02a3529f3e22776b6034bfa;hpb=a92c209fc1845cf3f3acdfa3f9e8f0930fd53eb3;p=chaz%2Fopenbox diff --git a/openbox/openbox.h b/openbox/openbox.h index 2a938c5d..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" @@ -58,10 +58,10 @@ void ob_exit_replace(void); void ob_reconfigure(void); -void ob_exit_with_error(const gchar *msg); +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