]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
toggleDecorations!
[chaz/openbox] / util / epist / window.hh
index f80bcb3dd796cde3fcc62460d019209ba6f7ca64..ad00739f749e21f51f5e58f284bf932c159f3ac5 100644 (file)
@@ -47,10 +47,10 @@ public:
 
 private:
   // defined by black/openbox
-  static const unsigned int PropBlackboxAttributesElements = 9;
-  static const unsigned int AttribDecoration = 1 << 6;
-  static const unsigned int DecorNone = 0;
-  static const unsigned int DecorNormal = 2;
+  static const unsigned long PropBlackboxAttributesElements = 9;
+  static const unsigned long AttribDecoration = 1 << 6;
+  static const unsigned long DecorNone = 0;
+  static const unsigned long DecorNormal = 2;
 
   epist  *_epist;
   screen *_screen;
This page took 0.020522 seconds and 4 git commands to generate.