mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -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
|
|
@ -66,7 +66,7 @@ xwayland_view_wants_focus(struct view *view)
|
|||
struct wlr_xwayland_surface *xsurface =
|
||||
xwayland_surface_from_view(view);
|
||||
|
||||
switch (wlr_xwayland_icccm_input_model(xsurface)) {
|
||||
switch (wlr_xwayland_surface_icccm_input_model(xsurface)) {
|
||||
/*
|
||||
* Abbreviated from ICCCM section 4.1.7 (Input Focus):
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue