all repos — openbox @ 819be4fea8d76da30b75c047d70833293af1002c

openbox fork - make it a bit more like ryudo

missing a var name
Dana Jansens danakj@orodu.net
commit

819be4fea8d76da30b75c047d70833293af1002c

parent

3c4e59d59733fb72e5b5f089b3eaabbee8ff9e7e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/stacking.hopenbox/stacking.h

@@ -72,6 +72,6 @@ how each detail works with and without a sibling.

*/ void stacking_restack_request(struct _ObClient *client, struct _ObClient *sibling, - gint detail, gboolean); + gint detail, gboolean activate); #endif