mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Add wlr_subcompositor
This commit is contained in:
parent
fa84b267e0
commit
bfcd3f3707
2 changed files with 103 additions and 76 deletions
|
|
@ -6,7 +6,10 @@
|
|||
|
||||
struct wlr_surface;
|
||||
|
||||
// TODO: expose subcompositor
|
||||
struct wlr_subcompositor {
|
||||
struct wl_global *wl_global;
|
||||
struct wl_list wl_resources;
|
||||
};
|
||||
|
||||
struct wlr_compositor {
|
||||
struct wl_global *wl_global;
|
||||
|
|
@ -14,6 +17,8 @@ struct wlr_compositor {
|
|||
struct wlr_renderer *renderer;
|
||||
struct wl_list surfaces;
|
||||
|
||||
struct wlr_subcompositor subcompositor;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue