mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
chase wlroots: wlr_xwayland_set_cursor now takes a wlr_buffer
Ref: 84d603acc06a45dd3c3a4b2cf1fd08b2933ca2b5 (xwayland: take wlr_buffer in wlr_xwayland_set_cursor()) Ref: 6ae54dca23064e897b393283887986e5719a747f (xwayland: lock new buffer instead of the old one) Co-Authored-By: Consolatis This wlroots change fixes a potential UAF which we dealt with in labwc. We can thus remove the workaround completely.
This commit is contained in:
parent
e7fae789ab
commit
777b6a718e
4 changed files with 6 additions and 60 deletions
|
|
@ -75,8 +75,6 @@ void xwayland_adjust_usable_area(struct view *view,
|
|||
|
||||
void xwayland_update_workarea(struct server *server);
|
||||
|
||||
void xwayland_reset_cursor(struct server *server);
|
||||
|
||||
void xwayland_flush(struct server *server);
|
||||
|
||||
#endif /* HAVE_XWAYLAND */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue