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/Screen.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/Screen.hh')
-rw-r--r-- | src/Screen.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index a094bac..09865e6 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -92,14 +92,6 @@ public: | |||
92 | FETCH_ACTIVE_WINDOW ///< put that window to the current workspace | 92 | FETCH_ACTIVE_WINDOW ///< put that window to the current workspace |
93 | }; | 93 | }; |
94 | 94 | ||
95 | /// Different resize modes when resizing a window | ||
96 | enum ResizeModel { | ||
97 | BOTTOMRESIZE = 0, ///< resizes from the bottom right corner | ||
98 | QUADRANTRESIZE, ///< resizes from one quadrant | ||
99 | CENTERRESIZE, ///< resizes from center | ||
100 | DEFAULTRESIZE = BOTTOMRESIZE ///< default resize mode is bottom | ||
101 | }; | ||
102 | |||
103 | 95 | ||
104 | typedef std::list<FluxboxWindow *> Icons; | 96 | typedef std::list<FluxboxWindow *> Icons; |
105 | 97 | ||
@@ -142,8 +134,6 @@ public: | |||
142 | 134 | ||
143 | FbWinFrame::TabPlacement getTabPlacement() const { return *resource.tab_placement; } | 135 | FbWinFrame::TabPlacement getTabPlacement() const { return *resource.tab_placement; } |
144 | 136 | ||
145 | ResizeModel getResizeModel() const { return *resource.resize_model; } | ||
146 | |||
147 | inline unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; } | 137 | inline unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; } |
148 | inline FollowModel getFollowModel() const { return *resource.follow_model; } | 138 | inline FollowModel getFollowModel() const { return *resource.follow_model; } |
149 | inline FollowModel getUserFollowModel() const { return *resource.user_follow_model; } | 139 | inline FollowModel getUserFollowModel() const { return *resource.user_follow_model; } |
@@ -561,7 +551,6 @@ private: | |||
561 | decorate_transient; | 551 | decorate_transient; |
562 | FbTk::Resource<std::string> default_deco; | 552 | FbTk::Resource<std::string> default_deco; |
563 | FbTk::Resource<std::string> rootcommand; | 553 | FbTk::Resource<std::string> rootcommand; |
564 | FbTk::Resource<ResizeModel> resize_model; | ||
565 | FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; | 554 | FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; |
566 | FbTk::Resource<std::string> windowmenufile; | 555 | FbTk::Resource<std::string> windowmenufile; |
567 | FbTk::Resource<unsigned int> typing_delay; | 556 | FbTk::Resource<unsigned int> typing_delay; |