Merge pull request #198 from emersion/rootston-move-resize-rotate

rootston: force move, resize and rotate
This commit is contained in:
Drew DeVault 2017-10-05 13:12:29 -04:00 committed by GitHub
commit d74a6d254f
7 changed files with 167 additions and 41 deletions

View file

@ -84,6 +84,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