mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
scene/layer_shell_v1.c: remove redundant comment
(cherry picked from commit 338e0a3976)
This commit is contained in:
parent
4892082836
commit
e0fe72ffdd
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_RIGHT:
|
||||||
case (ZWLR_LAYER_SURFACE_V1_ANCHOR_TOP |
|
case (ZWLR_LAYER_SURFACE_V1_ANCHOR_TOP |
|
||||||
ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM |
|
ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM |
|
||||||
ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT): // Anchor right
|
ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT):
|
||||||
// Anchor right
|
// Anchor right
|
||||||
usable_area->width -= state->exclusive_zone + state->margin.right;
|
usable_area->width -= state->exclusive_zone + state->margin.right;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue