window: Support pinging Wayland surfaces as well

This commit is contained in:
Jasper St. Pierre
2013-11-21 14:20:52 -05:00
parent aa3643cdde
commit 6d639ac528
3 changed files with 26 additions and 3 deletions

View File

@ -102,4 +102,7 @@ void meta_wayland_surface_configure_notify (MetaWaylandSurface *s
void meta_wayland_surface_focused_set (MetaWaylandSurface *surface);
void meta_wayland_surface_focused_unset (MetaWaylandSurface *surface);
void meta_wayland_surface_ping (MetaWaylandSurface *surface,
guint32 serial);
#endif