aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 1903040..90c5b14 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -95,8 +95,8 @@ public:
95 bool getWMName(XTextProperty &textprop) const; 95 bool getWMName(XTextProperty &textprop) const;
96 bool getWMIconName(XTextProperty &textprop) const; 96 bool getWMIconName(XTextProperty &textprop) const;
97 std::string getWMRole() const; 97 std::string getWMRole() const;
98 Focusable::WindowType getWindowType() const { return m_window_type; } 98 WindowState::WindowType getWindowType() const { return m_window_type; }
99 void setWindowType(Focusable::WindowType type) { m_window_type = type; } 99 void setWindowType(WindowState::WindowType type) { m_window_type = type; }
100 100
101 WinClient *transientFor() { return transient_for; } 101 WinClient *transientFor() { return transient_for; }
102 const WinClient *transientFor() const { return transient_for; } 102 const WinClient *transientFor() const { return transient_for; }
@@ -156,7 +156,7 @@ private:
156 bool m_title_override; 156 bool m_title_override;
157 bool m_icon_override; 157 bool m_icon_override;
158 158
159 Focusable::WindowType m_window_type; 159 WindowState::WindowType m_window_type;
160 MwmHints *m_mwm_hint; 160 MwmHints *m_mwm_hint;
161 SizeHints m_size_hints; 161 SizeHints m_size_hints;
162 162