focused toplevel

This commit is contained in:
2026-01-14 09:56:27 +07:00
parent 6416e742ac
commit a79ef6929e
7 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -72,12 +72,12 @@ struct absinthe_server {
struct wl_listener request_set_selection;
struct wl_list keyboards;
enum absinthe_cursor_mode cursor_mode;
struct absinthe_toplevel *grabbed_toplevel;
struct wlr_box grabbed_geometry;
uint32_t grab_x, grab_y;
enum absinthe_cursor_resize_corner cursor_resize_corner;
struct wl_list toplevels;
struct absinthe_toplevel *focused_toplevel;
struct wl_list focus_stack;
struct absinthe_output *focused_output;