diff options
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 df836db..c73dead 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.126 2003/12/10 23:08:03 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.127 2003/12/12 18:18:12 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -430,7 +430,8 @@ private: | |||
430 | FbTk::Resource<std::string> resizemode; | 430 | FbTk::Resource<std::string> resizemode; |
431 | FbTk::Resource<Fluxbox::FocusModel> focus_model; | 431 | FbTk::Resource<Fluxbox::FocusModel> focus_model; |
432 | bool ordered_dither; | 432 | bool ordered_dither; |
433 | FbTk::Resource<int> workspaces, edge_snap_threshold, menu_alpha; | 433 | FbTk::Resource<int> workspaces, edge_snap_threshold, menu_alpha, menu_delay, menu_delay_close; |
434 | FbTk::Resource<FbTk::MenuTheme::MenuMode> menu_mode; | ||
434 | 435 | ||
435 | int placement_policy, row_direction, col_direction; | 436 | int placement_policy, row_direction, col_direction; |
436 | 437 | ||