]> Dogcows Code - chaz/openbox/blobdiff - src/Window.hh
sync with bb-cvs
[chaz/openbox] / src / Window.hh
index c024e5bcdcc4c9ff0745297d323f581d4f86dcdd..6cc5deed80d699e8ff38c38fe6924244b06b14ce 100644 (file)
@@ -183,7 +183,7 @@ private:
       base_width, base_height,
       win_gravity;
 
-    unsigned long initial_state, normal_hint_flags, wm_hint_flags;
+    unsigned long initial_state, normal_hint_flags;
   } client;
 
   FunctionFlags functions;
@@ -390,7 +390,7 @@ public:
   void restore(bool remap);
   void configure(int dx, int dy, unsigned int dw, unsigned int dh);
   void setWorkspace(unsigned int n);
-  void changeBlackboxHints(BlackboxHints *net);
+  void changeBlackboxHints(const BlackboxHints *net);
   void restoreAttributes(void);
 
   void buttonPressEvent(const XButtonEvent *be);
This page took 0.023531 seconds and 4 git commands to generate.