Remove input.last_active_view

This commit is contained in:
emersion 2017-10-27 19:21:26 +02:00
parent 4bee96bd30
commit 315c01ba0f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 5 additions and 7 deletions

View file

@ -95,7 +95,7 @@ struct roots_input {
struct wl_client *cursor_client;
enum roots_cursor_mode mode;
struct roots_view *active_view, *last_active_view;
struct roots_view *active_view;
int offs_x, offs_y;
int view_x, view_y, view_width, view_height;
float view_rotation;