mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 06:29:50 +01:00
layersurfaces: set default geometry
This commit is contained in:
parent
616ec22735
commit
72700bf9dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ struct SLayerSurface {
|
|||
DYNLISTENER(commitLayerSurface);
|
||||
DYNLISTENER(newPopup);
|
||||
|
||||
wlr_box geometry;
|
||||
wlr_box geometry = {0,0,0,0};
|
||||
Vector2D position;
|
||||
zwlr_layer_shell_v1_layer layer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue