From 819be4fea8d76da30b75c047d70833293af1002c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Jun 2007 22:58:41 +0000 Subject: [PATCH] missing a var name --- openbox/stacking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0