]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
don't let windows snap to themself
[chaz/openbox] / util / epist / window.hh
index 65ceda7bebf2302ff5c9c9b80c6110229ac46d03..c245299346f3802b7ea347addf426a9e8afcca73 100644 (file)
@@ -111,7 +111,8 @@ public:
   void focus() const;
   void sendTo(unsigned int dest) const;
   void move(int x, int y) const;
-  void resize(unsigned int width, unsigned int height) const;
+  void resizeRel(int dwidth, int dheight) const;
+  void resizeAbs(unsigned int width, unsigned int height) const;
   void toggleMaximize(Max max) const; // i hate toggle functions
   void maximize(Max max) const;
 
This page took 0.026187 seconds and 4 git commands to generate.