aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-22 11:18:38 (GMT)
committermarkt <markt>2007-07-22 11:18:38 (GMT)
commitd91bf8ffdb0be02f95a4c93fc57e7f213311b9d3 (patch)
tree43ec2137175e51368fe5ca9bdbc521fb76b1b212 /src/WinClient.hh
parentf6c5f7e9abbf808fb446a38ff1285b54510a04ed (diff)
downloadfluxbox-d91bf8ffdb0be02f95a4c93fc57e7f213311b9d3.zip
fluxbox-d91bf8ffdb0be02f95a4c93fc57e7f213311b9d3.tar.bz2
remove a bunch of ancient blackbox features that blackbox doesn't even support anymore
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh4
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;