Allow the user to bind more than one keycode to a keysym for Ob Menus/Move/Resize
[mikachu/openbox.git] / openbox / openbox.h
index 06d3829..76b04ea 100644 (file)
@@ -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