From: Dana Jansens Date: Thu, 10 May 2007 21:33:22 +0000 (+0000) Subject: why didn't that commit X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=3537e50141f7bd38012e08b68b43d76a146e83dc;p=chaz%2Fopenbox why didn't that commit --- 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 */