This commit is contained in:
Haelwenn Monnier 2026-03-27 20:58:54 +00:00 committed by GitHub
commit c9df331115
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 21 additions and 16 deletions

View file

@ -195,7 +195,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);