mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 11:49:47 +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(commitLayerSurface);
|
||||||
DYNLISTENER(newPopup);
|
DYNLISTENER(newPopup);
|
||||||
|
|
||||||
wlr_box geometry;
|
wlr_box geometry = {0,0,0,0};
|
||||||
Vector2D position;
|
Vector2D position;
|
||||||
zwlr_layer_shell_v1_layer layer;
|
zwlr_layer_shell_v1_layer layer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue