aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-05-19 22:59:02 (GMT)
committermarkt <markt>2007-05-19 22:59:02 (GMT)
commit22944ec775b5c5de0f29d0ee05f4ed303235519c (patch)
tree22a42005339e71e055d73ee34b710e1d6db4d68a /src/Screen.hh
parenta33188b2a844832a0a3267f1ebf0883b3205614e (diff)
downloadfluxbox-22944ec775b5c5de0f29d0ee05f4ed303235519c.zip
fluxbox-22944ec775b5c5de0f29d0ee05f4ed303235519c.tar.bz2
added back limited behavior for session.screen0.followModel
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 2d1c31d..eb67067 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -144,6 +144,7 @@ public:
144 ResizeModel getResizeModel() const { return *resource.resize_model; } 144 ResizeModel getResizeModel() const { return *resource.resize_model; }
145 145
146 inline unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; } 146 inline unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; }
147 inline FollowModel getFollowModel() const { return *resource.follow_model; }
147 inline FollowModel getUserFollowModel() const { return *resource.user_follow_model; } 148 inline FollowModel getUserFollowModel() const { return *resource.user_follow_model; }
148 149
149 inline const std::string &getScrollAction() const { return *resource.scroll_action; } 150 inline const std::string &getScrollAction() const { return *resource.scroll_action; }
@@ -569,7 +570,7 @@ private:
569 FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; 570 FbTk::Resource<FbWinFrame::TabPlacement> tab_placement;
570 FbTk::Resource<std::string> windowmenufile; 571 FbTk::Resource<std::string> windowmenufile;
571 FbTk::Resource<unsigned int> typing_delay; 572 FbTk::Resource<unsigned int> typing_delay;
572 FbTk::Resource<FollowModel> user_follow_model; 573 FbTk::Resource<FollowModel> follow_model, user_follow_model;
573 bool ordered_dither; 574 bool ordered_dither;
574 FbTk::Resource<int> workspaces, edge_snap_threshold, focused_alpha, 575 FbTk::Resource<int> workspaces, edge_snap_threshold, focused_alpha,
575 unfocused_alpha, menu_alpha, menu_delay, menu_delay_close, tab_width; 576 unfocused_alpha, menu_alpha, menu_delay, menu_delay_close, tab_width;