mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
xwayland: fix some use-after-free in xwm
This commit is contained in:
parent
bd9583a7e8
commit
b1e2718dd7
4 changed files with 25 additions and 7 deletions
|
|
@ -14,6 +14,7 @@ struct wlr_compositor {
|
|||
|
||||
struct {
|
||||
struct wl_signal new_surface;
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,8 @@ struct wlr_xwm {
|
|||
|
||||
const xcb_query_extension_reply_t *xfixes;
|
||||
|
||||
struct wl_listener compositor_surface_create;
|
||||
struct wl_listener compositor_new_surface;
|
||||
struct wl_listener compositor_destroy;
|
||||
struct wl_listener seat_selection;
|
||||
struct wl_listener seat_primary_selection;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue