]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
read protocols too in OBClient
[chaz/openbox] / src / client.hh
index 799ff70337670178805f63a106240e7f2318396a..5d309262d5eb9291d1fe913265df4be6d42d5813 100644 (file)
@@ -89,6 +89,13 @@ private:
   //! Position and size of the window (relative to the root window)
   otk::Rect    _area;
 
+  //! Width of the border on the window.
+  /*!
+    The window manager will set this to 0 while the window is being managed,
+    but needs to restore it afterwards, so it is saved here.
+  */
+  int _border_width;
+
   // size bounds
   // if min > max, then the window is not resizable
   int _min_x, _min_y; // minumum size
@@ -144,7 +151,8 @@ private:
   void setWMState(long state);
   void setDesktop(long desktop);
   void setState(StateAction action, long data1, long data2);
-  
+
+  void updateProtocols();
   void updateNormalHints();
   void updateWMHints();
   // XXX: updateTransientFor();
This page took 0.020022 seconds and 4 git commands to generate.