layersurfaces: set default geometry

This commit is contained in:
Mihai Fufezan 2022-07-22 20:28:43 +03:00
parent 616ec22735
commit 72700bf9dc
No known key found for this signature in database
GPG Key ID: 5899325F2F120900

View File

@ -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;