diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-12 12:52:18 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-17 09:55:04 (GMT) |
commit | 3ba2a09692eeda90874919f248387be488581e15 (patch) | |
tree | d43b0dc3010bfc690369c17ea83e356729d64eba /src/Screen.hh | |
parent | c9f19e88e187836aee4627d67dc7d26a1641d8ad (diff) | |
download | fluxbox_pavel-3ba2a09692eeda90874919f248387be488581e15.zip fluxbox_pavel-3ba2a09692eeda90874919f248387be488581e15.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 db357d1..1057229 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -537,8 +537,9 @@ private: | |||
537 | FbTk::StringResource windowmenufile; | 537 | FbTk::StringResource windowmenufile; |
538 | FbTk::UIntResource typing_delay; | 538 | FbTk::UIntResource typing_delay; |
539 | FbTk::IntResource workspaces, edge_snap_threshold, focused_alpha, | 539 | FbTk::IntResource workspaces, edge_snap_threshold, focused_alpha, |
540 | unfocused_alpha, menu_alpha, menu_delay, | 540 | unfocused_alpha, menu_alpha; |
541 | tab_width, tooltip_delay; | 541 | FbTk::RangedIntResource menu_delay; |
542 | FbTk::IntResource tab_width, tooltip_delay; | ||
542 | FbTk::BoolResource allow_remote_actions; | 543 | FbTk::BoolResource allow_remote_actions; |
543 | FbTk::BoolResource clientmenu_use_pixmap; | 544 | FbTk::BoolResource clientmenu_use_pixmap; |
544 | FbTk::BoolResource tabs_use_pixmap; | 545 | FbTk::BoolResource tabs_use_pixmap; |