]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
dont change last active while cycling around in stacked mode
[chaz/openbox] / util / epist / window.hh
index f80bcb3dd796cde3fcc62460d019209ba6f7ca64..d14ec06fca56e281642ca805f46492540e17e2e4 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;
@@ -117,7 +117,7 @@ public:
   void raise() const;
   void lower() const;
   void iconify() const;
-  void focus() const;
+  void focus(bool raise = true) const;
   void decorate(bool d) const;
   void sendTo(unsigned int dest) const;
   void move(int x, int y) const;
This page took 0.020744 seconds and 4 git commands to generate.