diff options
author | emersion <contact@emersion.fr> | 2017-09-30 13:54:51 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-30 13:54:51 +0200 |
commit | 77d28183b53a9fc85efe4788f3a53f3077084f6b (patch) | |
tree | f759fc09d791428d040276a32b8aa24d10f1b472 /include/rootston/input.h | |
parent | 28d4b475dc74302653882e5f5f58506c5c16bcb6 (diff) |
Partially fix resize offset
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r-- | include/rootston/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h index c2e0ff75..1fae07d7 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -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 |