aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index b459f3f..2d1c31d 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -143,6 +143,7 @@ public:
143 143
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 FollowModel getUserFollowModel() const { return *resource.user_follow_model; } 147 inline FollowModel getUserFollowModel() const { return *resource.user_follow_model; }
147 148
148 inline const std::string &getScrollAction() const { return *resource.scroll_action; } 149 inline const std::string &getScrollAction() const { return *resource.scroll_action; }
@@ -567,6 +568,7 @@ private:
567 FbTk::Resource<ResizeModel> resize_model; 568 FbTk::Resource<ResizeModel> resize_model;
568 FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; 569 FbTk::Resource<FbWinFrame::TabPlacement> tab_placement;
569 FbTk::Resource<std::string> windowmenufile; 570 FbTk::Resource<std::string> windowmenufile;
571 FbTk::Resource<unsigned int> typing_delay;
570 FbTk::Resource<FollowModel> user_follow_model; 572 FbTk::Resource<FollowModel> user_follow_model;
571 bool ordered_dither; 573 bool ordered_dither;
572 FbTk::Resource<int> workspaces, edge_snap_threshold, focused_alpha, 574 FbTk::Resource<int> workspaces, edge_snap_threshold, focused_alpha,