Partially fix resize offset

This commit is contained in:
emersion 2017-09-30 13:54:51 +02:00
parent 28d4b475dc
commit 77d28183b5
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 7 additions and 5 deletions

View file

@ -78,7 +78,7 @@ struct roots_input {
enum roots_cursor_mode mode;
struct roots_view *active_view;
int offs_x, offs_y;
int view_width, view_height;
int view_x, view_y, view_width, view_height;
uint32_t resize_edges;
// Ring buffer of input events that could trigger move/resize/rotate