This commit is contained in:
Haelwenn Monnier 2026-01-27 10:06:12 +05:30 committed by GitHub
commit 404318287f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 21 additions and 16 deletions

View file

@ -196,7 +196,7 @@ void container_update_representation(struct sway_container *container);
/**
* Return the height of a regular title bar.
*/
size_t container_titlebar_height(void);
size_t container_titlebar_height(struct sway_container *container);
void floating_calculate_constraints(int *min_width, int *max_width,
int *min_height, int *max_height);