X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=76b04ea212737c59925c7530a92c1d2ad4723092;hb=d6625739427798a7d5a972b2173f400ea1fa7fc7;hp=06d38297270bc208215b362d91f79af7cfa328ff;hpb=7ea56abf05b9e6cd4e806dbfa1146562378edc7b;p=chaz%2Fopenbox diff --git a/openbox/openbox.h b/openbox/openbox.h index 06d38297..76b04ea2 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -65,6 +65,6 @@ void ob_exit_with_error(const gchar *msg); Cursor ob_cursor(ObCursor cursor); -KeyCode ob_keycode(ObKey key); +gboolean ob_keycode_match(KeyCode code, ObKey key); #endif