struct wl_buffer is deprecated now so just use a void pointer.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-15 13:25:05 +01:00
parent e3f2d3cb4b
commit 8e72f22d5d
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ struct _E_Wayland_Buffer
union
{
struct wl_shm_buffer *shm_buffer;
struct wl_buffer *legacy_buffer;
void *legacy_buffer;
};
} wl;