diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 9c29e78..4a5cf27 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -70,7 +70,6 @@ public: | |||
70 | /// updates transient window information | 70 | /// updates transient window information |
71 | void updateTransientInfo(); | 71 | void updateTransientInfo(); |
72 | 72 | ||
73 | void updateBlackboxHints(); | ||
74 | void updateMWMHints(); | 73 | void updateMWMHints(); |
75 | void updateWMHints(); | 74 | void updateWMHints(); |
76 | void updateWMNormalHints(); | 75 | void updateWMNormalHints(); |
@@ -129,13 +128,11 @@ public: | |||
129 | Window getGroupLeftWindow() const; | 128 | Window getGroupLeftWindow() const; |
130 | 129 | ||
131 | inline int getFocusMode() const { return m_focus_mode; } | 130 | inline int getFocusMode() const { return m_focus_mode; } |
132 | inline const FluxboxWindow::BlackboxHints *getBlackboxHint() const { return m_blackbox_hint; } | ||
133 | inline const MwmHints *getMwmHint() const { return m_mwm_hint; } | 131 | inline const MwmHints *getMwmHint() const { return m_mwm_hint; } |
134 | 132 | ||
135 | inline unsigned int maxWidth() const { return max_width; } | 133 | inline unsigned int maxWidth() const { return max_width; } |
136 | inline unsigned int maxHeight() const { return max_height; } | 134 | inline unsigned int maxHeight() const { return max_height; } |
137 | 135 | ||
138 | static const int PropBlackboxHintsElements = 5; | ||
139 | static const int PropMwmHintsElements = 3; | 136 | static const int PropMwmHintsElements = 3; |
140 | 137 | ||
141 | /** | 138 | /** |
@@ -177,7 +174,6 @@ private: | |||
177 | std::string m_icon_title; | 174 | std::string m_icon_title; |
178 | bool m_title_override, m_icon_title_override; | 175 | bool m_title_override, m_icon_title_override; |
179 | 176 | ||
180 | FluxboxWindow::BlackboxHints *m_blackbox_hint; | ||
181 | MwmHints *m_mwm_hint; | 177 | MwmHints *m_mwm_hint; |
182 | 178 | ||
183 | int m_focus_mode; | 179 | int m_focus_mode; |