[Wayland-bugs] [Bug 62927] Undefined function: wl_surface_set_buffer_transform
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Mar 30 12:52:06 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62927
Emilio Pozuelo Monfort <pochu27 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pochu27 at gmail.com
--- Comment #1 from Emilio Pozuelo Monfort <pochu27 at gmail.com> ---
Sounds like you need to update your wayland checkout. clients/window.c includes
wayland-client.h, which includes wayland-client-protocol.h, which contains
static inline void
wl_surface_set_buffer_transform(struct wl_surface *wl_surface, int32_t
transform)
{
wl_proxy_marshal((struct wl_proxy *) wl_surface,
WL_SURFACE_SET_BUFFER_TRANSFORM, transform);
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130330/a7bde25a/attachment.html>
More information about the Wayland-bugs
mailing list