mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_compositor: add signal for create_surface
This commit is contained in:
parent
b2bab1af5c
commit
3cc5b1acc6
3 changed files with 6 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ struct wlr_compositor {
|
|||
struct wlr_renderer *renderer;
|
||||
struct wl_list surfaces;
|
||||
struct wl_listener destroy_surface_listener;
|
||||
|
||||
struct wl_signal create_surface_signal;
|
||||
};
|
||||
|
||||
void wlr_compositor_destroy(struct wlr_compositor *wlr_compositor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue