]> Dogcows Code - chaz/openbox/blobdiff - src/Geometry.h
accidently removed a line somehow. OpaqueMove is now read from the rc file.
[chaz/openbox] / src / Geometry.h
index db9a411f80f650e8584e07ac1c041ca034f6b99c..cbdf0fd1ffd820282ba2de0499cb42bc3e499f77 100644 (file)
@@ -67,11 +67,13 @@ public:
   Rect(const int x, const int y, const unsigned int w, const unsigned int h);
   
   void setSize(const Size &size);
+  void setSize(const unsigned int w, const unsigned int h);
   inline const Size &size() const {
     return const_cast<const Size &>(m_size);
   }
   
   void setOrigin(const Point &origin);
+  void setOrigin(const int x, const int y);
   inline const Point &origin() const {
     return const_cast<const Point &>(m_origin);
   }
This page took 0.02499 seconds and 4 git commands to generate.