chase wlroots!4000

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4000
This commit is contained in:
Leonardo Hernández Hernández 2023-02-05 10:03:09 -06:00
parent e7f736ccc9
commit fbe89a929f
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -2582,7 +2582,7 @@ xytonode(double x, double y, struct wlr_surface **psurface,
for (layer = focus_order; layer < END(focus_order); layer++) {
if ((node = wlr_scene_node_at(&layers[*layer]->node, x, y, nx, ny))) {
if (node->type == WLR_SCENE_NODE_BUFFER)
surface = wlr_scene_surface_from_buffer(
surface = wlr_scene_surface_try_from_buffer(
wlr_scene_buffer_from_node(node))->surface;
/* Walk the tree to find a node that knows the client */
for (pnode = node; pnode && !c; pnode = &pnode->parent->node)