mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
nested: Use a void * to avoid warnings with EGL_WL_bind_wayland_display
This commit is contained in:
parent
cc4a187159
commit
b8e7c9a670
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ surface_attach(struct wl_client *client,
|
|||
{
|
||||
struct nested_surface *surface = wl_resource_get_user_data(resource);
|
||||
struct nested *nested = surface->nested;
|
||||
struct wl_buffer *buffer = wl_resource_get_user_data(buffer_resource);
|
||||
void *buffer = wl_resource_get_user_data(buffer_resource);
|
||||
EGLint format, width, height;
|
||||
cairo_device_t *device;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue