ssd: show squared corners when the view is tiled

This commit is contained in:
Jens Peters 2024-06-22 15:12:12 +02:00 committed by Johan Malm
parent f2755a4e2e
commit 98347e454e
3 changed files with 23 additions and 6 deletions

View file

@ -50,6 +50,7 @@ struct ssd {
*/
struct {
bool was_maximized; /* To un-round corner buttons and toggle icon on maximize */
bool was_tiled_not_maximized; /* To un-round corner buttons */
struct wlr_box geometry;
struct ssd_state_title {
char *text;