diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-12 12:52:18 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-07-12 12:52:18 (GMT) |
commit | c63a2294d884151d5538d6ead319a76dc41abba6 (patch) | |
tree | 1a5400ee46020b965842fb4107d25a6b07c0a6b9 /src/Screen.hh | |
parent | d03f47e861140e93e7edea61e6276bc22b406559 (diff) | |
download | fluxbox_pavel-c63a2294d884151d5538d6ead319a76dc41abba6.zip fluxbox_pavel-c63a2294d884151d5538d6ead319a76dc41abba6.tar.bz2 |
Add RangeTraits class which automatically clamps the value of resources
and start using it.
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 1906d67..b8d589b 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -520,8 +520,9 @@ private: | |||
520 | FbTk::StringResource windowmenufile; | 520 | FbTk::StringResource windowmenufile; |
521 | FbTk::UIntResource typing_delay; | 521 | FbTk::UIntResource typing_delay; |
522 | FbTk::IntResource workspaces, edge_snap_threshold, focused_alpha, | 522 | FbTk::IntResource workspaces, edge_snap_threshold, focused_alpha, |
523 | unfocused_alpha, menu_alpha, menu_delay, | 523 | unfocused_alpha, menu_alpha; |
524 | tab_width, tooltip_delay; | 524 | FbTk::RangedIntResource menu_delay; |
525 | FbTk::IntResource tab_width, tooltip_delay; | ||
525 | FbTk::BoolResource allow_remote_actions; | 526 | FbTk::BoolResource allow_remote_actions; |
526 | FbTk::BoolResource clientmenu_use_pixmap; | 527 | FbTk::BoolResource clientmenu_use_pixmap; |
527 | FbTk::BoolResource tabs_use_pixmap; | 528 | FbTk::BoolResource tabs_use_pixmap; |