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