summaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-05-01 22:15:34 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-01 22:15:34 (GMT)
commit8c7f2ea10eadb76de4eb42d1b4c841171539db17 (patch)
treebcf79ecd06a138ac560d79324aa80bebd08677d4 /src/WinClient.hh
parentdfa360e8905509e3e19db4279fc4066e52014676 (diff)
downloadfluxbox_lack-8c7f2ea10eadb76de4eb42d1b4c841171539db17.zip
fluxbox_lack-8c7f2ea10eadb76de4eb42d1b4c841171539db17.tar.bz2
Everything but Text
Managed 32-bit visuals for everything, but text is broken (menus, titlebars, etc)
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;