mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-09 13:29:48 -05:00
Bring gears example up to date
Must have gears.
This commit is contained in:
parent
990854d019
commit
2b43bd73a0
3 changed files with 95 additions and 91 deletions
|
|
@ -47,6 +47,10 @@ display_get_compositor(struct display *display);
|
|||
#ifdef EGL_NO_DISPLAY
|
||||
EGLDisplay
|
||||
display_get_egl_display(struct display *d);
|
||||
|
||||
EGLImageKHR
|
||||
display_get_image_for_drm_surface(struct display *display,
|
||||
cairo_surface_t *surface);
|
||||
#endif
|
||||
|
||||
cairo_surface_t *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue