diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-07-14 21:37:03 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-07-14 21:37:03 -0600 |
commit | da6de7c4d7a2858d463945dc185abc5ae7796960 (patch) | |
tree | 578798512c1fe5e1851e4e4602f6e4207dbb4198 | |
parent | 2553111aa39445f0d5e50963ab689ef677a3ad81 (diff) | |
download | dwl-da6de7c4d7a2858d463945dc185abc5ae7796960.tar.gz |
update wlr_xwayland_surface names (wlroots!2434)
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2434
-rw-r--r-- | client.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -391,8 +391,8 @@ client_wants_focus(Client *c) { #ifdef XWAYLAND return client_is_unmanaged(c) - && wlr_xwayland_or_surface_wants_focus(c->surface.xwayland) - && wlr_xwayland_icccm_input_model(c->surface.xwayland) != WLR_ICCCM_INPUT_MODEL_NONE; + && wlr_xwayland_surface_override_redirect_wants_focus(c->surface.xwayland) + && wlr_xwayland_surface_icccm_input_model(c->surface.xwayland) != WLR_ICCCM_INPUT_MODEL_NONE; #endif return 0; } |