Untie wlr_gles2_renderer and wlr_gles2_texture

This commit is contained in:
emersion 2018-04-01 16:07:50 -04:00
parent 0c7968d093
commit f3f61bed3e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 60 additions and 33 deletions

View file

@ -93,6 +93,8 @@ bool wlr_egl_destroy_image(struct wlr_egl *egl, EGLImageKHR image);
bool wlr_egl_make_current(struct wlr_egl *egl, EGLSurface surface,
int *buffer_age);
bool wlr_egl_is_current(struct wlr_egl *egl);
bool wlr_egl_swap_buffers(struct wlr_egl *egl, EGLSurface surface,
pixman_region32_t *damage);