diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-01 22:58:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-01 22:58:41 +0000 |
| commit | 819be4fea8d76da30b75c047d70833293af1002c (patch) | |
| tree | 68fe31d5d985d09acd4f3fa8315c3cd5564cd232 /openbox/stacking.h | |
| parent | 3c4e59d59733fb72e5b5f089b3eaabbee8ff9e7e (diff) | |
missing a var name
Diffstat (limited to 'openbox/stacking.h')
| -rw-r--r-- | openbox/stacking.h | 2 |
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 |
