mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwm: dont focus override redirect windows
This commit is contained in:
parent
d6a1e6fd79
commit
7914f4bda9
4 changed files with 11 additions and 7 deletions
|
|
@ -112,7 +112,6 @@ void view_initialize(struct roots_view *view) {
|
|||
struct roots_input *input = view->desktop->server->input;
|
||||
|
||||
set_view_focus(input, view->desktop, view);
|
||||
wlr_seat_keyboard_notify_enter(input->wl_seat, view->wlr_surface);
|
||||
}
|
||||
|
||||
struct roots_view *view_at(struct roots_desktop *desktop, double lx, double ly,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue