From 3537e50141f7bd38012e08b68b43d76a146e83dc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 May 2007 21:33:22 +0000 Subject: [PATCH] why didn't that commit --- openbox/stacking.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.44.0