X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=b05292197000da945872cc5afad7dff59ef2725e;hb=50d662681160c309ea86268c0d05794b87b75593;hp=b2e9c4cbd0a4513d73ca08415ac30b21eea2a136;hpb=2f09e0ce388f63c341cb328d795766e2bd0dc24b;p=chaz%2Fopenbox diff --git a/openbox/openbox.h b/openbox/openbox.h index b2e9c4cb..b0529219 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.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