summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/stacking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h
index d93341c8..eb638734 100644
--- a/openbox/stacking.h
+++ b/openbox/stacking.h
@@ -72,6 +72,6 @@ void stacking_below(ObWindow *window, ObWindow *below);
*/
void stacking_restack_request(struct _ObClient *client,
struct _ObClient *sibling,
- gint detail, gboolean);
+ gint detail, gboolean activate);
#endif