mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
scene/layer_shell_v1.c: remove redundant comment
This commit is contained in:
parent
8e80432a72
commit
338e0a3976
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ static void layer_surface_exclusive_zone(
|
|||
case ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT:
|
||||
case (ZWLR_LAYER_SURFACE_V1_ANCHOR_TOP |
|
||||
ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM |
|
||||
ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT): // Anchor right
|
||||
ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT):
|
||||
// Anchor right
|
||||
usable_area->width -= state->exclusive_zone + state->margin.right;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue