mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: rotate views!
This commit is contained in:
parent
a40d38798c
commit
9b88f25208
3 changed files with 52 additions and 14 deletions
|
|
@ -83,6 +83,7 @@ struct roots_input {
|
|||
struct roots_view *active_view;
|
||||
int offs_x, offs_y;
|
||||
int view_x, view_y, view_width, view_height;
|
||||
float view_rotation;
|
||||
uint32_t resize_edges;
|
||||
|
||||
// Ring buffer of input events that could trigger move/resize/rotate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue