]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/lower.c
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / openbox / actions / lower.c
index 1abf5903b5c8ac2e2d44dc5ee1e2aa6b0f823b73..80ca6b8bcf9fc22c2d229e9f1b2cddb4c299769e 100644 (file)
@@ -1,14 +1,14 @@
 #include "openbox/actions.h"
 #include "openbox/stacking.h"
+#include "openbox/window.h"
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_lower_startup()
+void action_lower_startup(void)
 {
     actions_register("Lower",
                      NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+                     run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.022863 seconds and 4 git commands to generate.