Implement rotation in renderer for floating containers

This commit is contained in:
Ryan Dwyer 2018-07-02 20:49:21 +10:00
parent b9050fca69
commit f259d24138
2 changed files with 21 additions and 3 deletions

View file

@ -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;