X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FWindow.hh;fp=src%2FWindow.hh;h=6cc5deed80d699e8ff38c38fe6924244b06b14ce;hb=83b6c9bfa0ccc8088e4c65e5a2cf139933959565;hp=c024e5bcdcc4c9ff0745297d323f581d4f86dcdd;hpb=cd6c4ebcb27b796b214296aefd78a41235dd8640;p=chaz%2Fopenbox diff --git a/src/Window.hh b/src/Window.hh index c024e5bc..6cc5deed 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -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);