all repos — fluxbox @ 91d554e6e30bfea3ab2353ad7756f285926c9983

custom fork of the fluxbox windowmanager

Added maximize over slit resource
fluxgen fluxgen
commit

91d554e6e30bfea3ab2353ad7756f285926c9983

parent

b00cd00cce7ee922cc96fa2d1c89a9778b96f1df

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/Screen.hhsrc/Screen.hh

@@ -109,6 +109,7 @@ inline const Bool &doImageDither(void) const

{ return resource.image_dither; } inline const Bool &doOrderedDither(void) const { return resource.ordered_dither; } + inline const Bool &doMaxOverSlit(void) const { return resource.max_over_slit; } inline const Bool &doOpaqueMove(void) const { return resource.opaque_move; } inline const Bool &doFullMax(void) const { return resource.full_max; } inline const Bool &doFocusNew(void) const { return resource.focus_new; }

@@ -197,6 +198,7 @@ inline void saveColPlacementDirection(int d) { resource.col_direction = d; }

inline void saveEdgeSnapThreshold(int t) { resource.edge_snap_threshold = t; } inline void saveImageDither(Bool d) { resource.image_dither = d; } + inline void saveMaxOverSlit(Bool m) { resource.max_over_slit = m; } inline void saveOpaqueMove(Bool o) { resource.opaque_move = o; } inline void saveFullMax(Bool f) { resource.full_max = f; } inline void saveFocusNew(Bool f) { resource.focus_new = f; }

@@ -311,7 +313,7 @@ struct resource {

Bool toolbar_on_top, toolbar_auto_hide, sloppy_focus, auto_raise, auto_edge_balance, image_dither, ordered_dither, opaque_move, full_max, - focus_new, focus_last, tab_rotate_vertical, semi_sloppy_focus, + focus_new, focus_last, max_over_slit, tab_rotate_vertical, semi_sloppy_focus, sloppy_window_grouping; int workspaces, toolbar_placement, toolbar_width_percent, placement_policy,