aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-27 22:29:33 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-27 22:29:33 (GMT)
commit82047e6a391a12be9583168f28ac72c1154108d6 (patch)
tree68cc4865da7bdf95052907c6d8ce9cf0fb19c90b /src/WinClient.hh
parenta2ec0c9bdd9ebcc713426a79209b9ca90b4db301 (diff)
downloadfluxbox-82047e6a391a12be9583168f28ac72c1154108d6.zip
fluxbox-82047e6a391a12be9583168f28ac72c1154108d6.tar.bz2
move some things from FluxboxWindow to WindowState
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