aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenResource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ScreenResource.hh')
-rw-r--r--src/ScreenResource.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ScreenResource.hh b/src/ScreenResource.hh
index bc782e1..120ecf9 100644
--- a/src/ScreenResource.hh
+++ b/src/ScreenResource.hh
@@ -32,6 +32,7 @@ struct ScreenResource {
32 const std::string &scrname, const std::string &altscrname); 32 const std::string &scrname, const std::string &altscrname);
33 33
34 FbTk::Resource<bool> opaque_move, 34 FbTk::Resource<bool> opaque_move,
35 opaque_resize,
35 full_max, 36 full_max,
36 max_ignore_inc, 37 max_ignore_inc,
37 max_disable_move, 38 max_disable_move,
@@ -61,6 +62,7 @@ struct ScreenResource {
61 FbTk::Resource<bool> tabs_use_pixmap; 62 FbTk::Resource<bool> tabs_use_pixmap;
62 FbTk::Resource<bool> max_over_tabs; 63 FbTk::Resource<bool> max_over_tabs;
63 FbTk::Resource<bool> default_internal_tabs; 64 FbTk::Resource<bool> default_internal_tabs;
65 FbTk::Resource<unsigned int> opaque_resize_delay;
64}; 66};
65 67
66#endif 68#endif