summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-10 21:33:22 +0000
committerDana Jansens <danakj@orodu.net>2007-05-10 21:33:22 +0000
commit3537e50141f7bd38012e08b68b43d76a146e83dc (patch)
tree99d9bd8f7d4a00b98657222bfd6aed35a7cd482b
parentf1f946ea02814bc06f23d6b402d3e901cce13ee1 (diff)
why didn't that commit
-rw-r--r--openbox/stacking.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h
index afa4a6c6..ded4644e 100644
--- a/openbox/stacking.h
+++ b/openbox/stacking.h
@@ -27,6 +27,7 @@
/*! 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 */