missing a var name

This commit is contained in:
Dana Jansens 2007-06-01 22:58:41 +00:00
parent 3c4e59d597
commit 819be4fea8

View file

@ -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