mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Implement rotation in renderer for floating containers
This commit is contained in:
parent
b9050fca69
commit
f259d24138
2 changed files with 21 additions and 3 deletions
|
|
@ -133,6 +133,7 @@ struct sway_container {
|
|||
struct sway_container *parent;
|
||||
|
||||
float alpha;
|
||||
float rotation; // in radians
|
||||
|
||||
struct wlr_texture *title_focused;
|
||||
struct wlr_texture *title_focused_inactive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue