From: Dana Jansens Date: Fri, 1 Jun 2007 22:58:41 +0000 (+0000) Subject: missing a var name X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=819be4fea8d76da30b75c047d70833293af1002c;p=chaz%2Fopenbox missing a var name --- 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