]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
epist + multihead == <drool>
[chaz/openbox] / util / epist / window.hh
index df925ad69081d238e3157e41f454a1314f2c70b8..fdf2223ef663a3d54b7c746078f7bad297e345a4 100644 (file)
@@ -57,6 +57,8 @@ private:
   std::string _app_name;
   std::string _app_class;
   Rect _rect;
+  int _inc_x, _inc_y; // resize increments
+  int _base_x, _base_y; // base size
   int _gravity;
 
   // states
@@ -68,18 +70,17 @@ private:
   bool _unmapped;
 
   void updateDimentions();
-  void updateGravity();
+  void updateHints();
   void updateState();
   void updateDesktop();
   void updateTitle();
   void updateClass();
 
-  void findFramePosition(int &x, int &y) const;
-
 public:
   XWindow(epist *epist, screen *screen, Window window);
   virtual ~XWindow();
 
+  inline screen *getScreen() const { return _screen; }
   inline Window window() const { return _window; }
   
   inline unsigned int desktop() const { return _desktop; }
This page took 0.020801 seconds and 4 git commands to generate.