GHOST/Wayland: remove window activation on tablet proximity in

Activating on tablet proximity isn't needed and would activate windows
that were already active. The window manager handles activation.
This commit is contained in:
Campbell Barton
2023-10-06 16:20:08 +11:00
parent c413a8d183
commit 36021021aa

View File

@@ -3431,8 +3431,6 @@ static void tablet_tool_handle_proximity_in(void *data,
GHOST_WindowWayland *win = ghost_wl_surface_user_data(seat->tablet.wl.surface_window);
win->activate();
seat->system->cursor_shape_set(win->getCursorShape());
}
static void tablet_tool_handle_proximity_out(void *data,