mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
ssd: add optional shade button
This commit is contained in:
parent
9f2eae672c
commit
186a07be9b
11 changed files with 138 additions and 34 deletions
|
|
@ -48,6 +48,7 @@ struct ssd {
|
|||
* don't update things we don't have to.
|
||||
*/
|
||||
struct {
|
||||
bool was_shaded; /* To toggle icon on shade */
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue