mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
chase wlroots: _wants_focus and input_model renames MR 2434
Ref: d3b7e040af46ab03114d5a40e9ed0c7c6aff15be
("wlr_xwayland_surface: fix prefix of two functions")
This commit is contained in:
parent
a5db63c472
commit
a617accfd8
4 changed files with 5 additions and 5 deletions
|
|
@ -106,7 +106,7 @@ desktop_focus_view_or_surface(struct seat *seat, struct view *view,
|
|||
} else {
|
||||
struct wlr_xwayland_surface *xsurface =
|
||||
wlr_xwayland_surface_try_from_wlr_surface(surface);
|
||||
if (xsurface && wlr_xwayland_or_surface_wants_focus(xsurface)) {
|
||||
if (xsurface && wlr_xwayland_surface_override_redirect_wants_focus(xsurface)) {
|
||||
seat_focus_surface(seat, surface);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue