wayland-surface: Add support for xdg_popup

This commit is contained in:
Jasper St. Pierre
2013-11-14 21:55:37 -05:00
parent 0cc5cf940b
commit bbe3641844
4 changed files with 56 additions and 8 deletions

View File

@ -79,6 +79,7 @@ struct _MetaWaylandSurface
MetaWaylandBufferReference buffer_ref;
MetaWindow *window;
MetaWaylandSurfaceExtension xdg_surface;
MetaWaylandSurfaceExtension xdg_popup;
MetaWaylandSurfaceExtension gtk_surface;
/* All the pending state, that wl_surface.commit will apply. */