]> 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 3a214ea7615fe10675a8996db43507abf3dbb14b..80ca6b8bcf9fc22c2d229e9f1b2cddb4c299769e 100644 (file)
@@ -1,5 +1,6 @@
 #include "openbox/actions.h"
 #include "openbox/stacking.h"
+#include "openbox/window.h"
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
@@ -7,8 +8,7 @@ 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.023404 seconds and 4 git commands to generate.