wayland: Put the MetaWaylandBuffer implementation in a new file

This commit is contained in:
Jasper St. Pierre
2014-10-07 19:39:00 -07:00
parent 8e85015f91
commit c1613a16c0
9 changed files with 133 additions and 70 deletions

View File

@ -36,16 +36,6 @@ struct _MetaWaylandSerial {
uint32_t value;
};
struct _MetaWaylandBuffer
{
struct wl_resource *resource;
struct wl_signal destroy_signal;
struct wl_listener destroy_listener;
CoglTexture *texture;
uint32_t ref_count;
};
typedef struct
{
/* wl_surface.attach */