aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
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;