]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
Revert "Fix the delayed hiding of submenus, so that they don't end up hidden while...
[chaz/openbox] / openbox / openbox.h
index 4f2310f8eaa530dd9c584c91398fb94160fc8bcf..76b04ea212737c59925c7530a92c1d2ad4723092 100644 (file)
@@ -52,6 +52,7 @@ extern gboolean ob_debug_xinerama;
 
 /* The state of execution of the window manager */
 ObState ob_state();
+void ob_set_state(ObState state);
 
 void ob_restart_other(const gchar *path);
 void ob_restart();
@@ -64,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
This page took 0.020173 seconds and 4 git commands to generate.