xdg-shell: Update to latest renames for focused_set / focused_unset

This commit is contained in:
Jasper St. Pierre
2014-02-09 11:41:40 -05:00
parent cc13f8f65e
commit 00c8d3c897
4 changed files with 24 additions and 23 deletions

View File

@ -125,8 +125,8 @@ void meta_wayland_surface_configure_notify (MetaWaylandSurface *s
int width,
int height);
void meta_wayland_surface_focused_set (MetaWaylandSurface *surface);
void meta_wayland_surface_focused_unset (MetaWaylandSurface *surface);
void meta_wayland_surface_activated (MetaWaylandSurface *surface);
void meta_wayland_surface_deactivated (MetaWaylandSurface *surface);
void meta_wayland_surface_ping (MetaWaylandSurface *surface,
guint32 serial);