mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-12 13:29:45 -05:00
Remove input.last_active_view
This commit is contained in:
parent
4bee96bd30
commit
315c01ba0f
4 changed files with 5 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue