mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Fix wlr_surface destruction bug
This commit is contained in:
parent
073dff63da
commit
31d78ff497
4 changed files with 16 additions and 10 deletions
|
|
@ -14,6 +14,10 @@ struct wl_compositor_state {
|
|||
void wl_compositor_init(struct wl_display *display,
|
||||
struct wl_compositor_state *state, struct wlr_renderer *renderer);
|
||||
|
||||
struct wlr_surface;
|
||||
void wl_compositor_surface_destroyed(struct wl_compositor_state *compositor,
|
||||
struct wlr_surface *surface);
|
||||
|
||||
struct wl_shell_state {
|
||||
struct wl_global *wl_global;
|
||||
struct wl_list wl_resources;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue