all repos — openbox @ 3537e50141f7bd38012e08b68b43d76a146e83dc

openbox fork - make it a bit more like ryudo

why didn't that commit
Dana Jansens danakj@orodu.net
commit

3537e50141f7bd38012e08b68b43d76a146e83dc

parent

f1f946ea02814bc06f23d6b402d3e901cce13ee1

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

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

@@ -27,6 +27,7 @@ #include <X11/Xlib.h>

/*! The possible stacking layers a client window can be a part of */ typedef enum { + OB_STACKING_LAYER_INVALID, OB_STACKING_LAYER_DESKTOP, /*!< 0 - desktop windows */ OB_STACKING_LAYER_BELOW, /*!< 1 - normal windows w/ below */ OB_STACKING_LAYER_NORMAL, /*!< 2 - normal windows */