summaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 90c5b14..d589dd0 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -126,6 +126,8 @@ public:
126 126
127 static const int PropMwmHintsElements = 3; 127 static const int PropMwmHintsElements = 3;
128 128
129 Visual* visual() const { return m_visual; }
130
129 /** 131 /**
130 !! TODO !! 132 !! TODO !!
131 remove or move these to private 133 remove or move these to private
@@ -155,6 +157,7 @@ private:
155 157
156 bool m_title_override; 158 bool m_title_override;
157 bool m_icon_override; 159 bool m_icon_override;
160 Visual *m_visual;
158 161
159 WindowState::WindowType m_window_type; 162 WindowState::WindowType m_window_type;
160 MwmHints *m_mwm_hint; 163 MwmHints *m_mwm_hint;