mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Add wayland backend for compositor (nested)
This commit is contained in:
parent
35fd2a8cc6
commit
ec2e64224b
4 changed files with 589 additions and 6 deletions
|
|
@ -234,6 +234,9 @@ x11_compositor_create(struct wl_display *display, int width, int height);
|
|||
struct wlsc_compositor *
|
||||
drm_compositor_create(struct wl_display *display, int connector);
|
||||
|
||||
struct wlsc_compositor *
|
||||
wayland_compositor_create(struct wl_display *display, int width, int height);
|
||||
|
||||
void
|
||||
screenshooter_create(struct wlsc_compositor *ec);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue