FiniteOverlayInfo
The FiniteOverlayInfo struct stores configuration data for a layer_shell window in a FiniteShell, including anchor, size, and margins.
typedef struct { uint32_t anchor; int width; int height; FiniteOverlayMargin margin;} FiniteOverlayInfo;| Type | Description |
|---|---|
uint32_t anchor | The zwlr_layer_shell_v1_anchor to snap to. Use the provided enum values. |
int width | Width of the overlay in pixels. |
int height | Height of the overlay in pixels. |
FiniteOverlayMargin margin | Margins around the overlay (top, bottom, left, right). |
Standard Usage
Section titled “Standard Usage”This is created automatically by finite_overlay_set_margin