diff options
author | markt <markt> | 2007-10-22 17:45:39 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-22 17:45:39 (GMT) |
commit | c6a2605d76927eed881e4ff9df58a9ec600bf4a2 (patch) | |
tree | 468c356ffdad6893d4f4b312f847122b66c997ed /src/fluxbox.hh | |
parent | f72633a0e0df146c4860b5b3940e9c3a2f7260b1 (diff) | |
download | fluxbox_pavel-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.zip fluxbox_pavel-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.tar.bz2 |
replaced ModKey with new key commands StartMoving and StartResizing
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 625a906..82ff76d 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -135,9 +135,6 @@ public: | |||
135 | unsigned int getCacheMax() const { return *m_rc_cache_max; } | 135 | unsigned int getCacheMax() const { return *m_rc_cache_max; } |
136 | 136 | ||
137 | 137 | ||
138 | unsigned int getModKey() const; | ||
139 | void setModKey(const char*); | ||
140 | |||
141 | void maskWindowEvents(Window w, FluxboxWindow *bw) | 138 | void maskWindowEvents(Window w, FluxboxWindow *bw) |
142 | { m_masked = w; m_masked_window = bw; } | 139 | { m_masked = w; m_masked_window = bw; } |
143 | 140 | ||
@@ -246,7 +243,6 @@ private: | |||
246 | FbTk::Resource<TabsAttachArea> m_rc_tabs_attach_area; | 243 | FbTk::Resource<TabsAttachArea> m_rc_tabs_attach_area; |
247 | FbTk::Resource<unsigned int> m_rc_cache_life, m_rc_cache_max; | 244 | FbTk::Resource<unsigned int> m_rc_cache_life, m_rc_cache_max; |
248 | FbTk::Resource<time_t> m_rc_auto_raise_delay; | 245 | FbTk::Resource<time_t> m_rc_auto_raise_delay; |
249 | FbTk::Resource<std::string> m_rc_mod_key; | ||
250 | 246 | ||
251 | typedef std::map<Window, WinClient *> WinClientMap; | 247 | typedef std::map<Window, WinClient *> WinClientMap; |
252 | WinClientMap m_window_search; | 248 | WinClientMap m_window_search; |