mirror of
https://github.com/swaywm/sway.git
synced 2026-03-11 05:34:18 -04:00
Merge 375eb9abb9 into 40aabb80c6
This commit is contained in:
commit
404318287f
8 changed files with 21 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue