mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Add close command, add close for xwayland
This commit is contained in:
parent
8ff548cdba
commit
972e9dbd1b
6 changed files with 28 additions and 8 deletions
|
|
@ -81,7 +81,7 @@ struct roots_input {
|
|||
struct wlr_seat *wl_seat;
|
||||
|
||||
enum roots_cursor_mode mode;
|
||||
struct roots_view *active_view;
|
||||
struct roots_view *active_view, *last_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