Bug 62927

Summary: Undefined function: wl_surface_set_buffer_transform
Product: Wayland Reporter: Heiher <admin>
Component: westonAssignee: Wayland bug list <wayland-bugs>
Status: RESOLVED NOTABUG QA Contact:
Severity: normal    
Priority: medium CC: pochu27
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Heiher 2013-03-30 07:06:06 UTC
Undefined function: wl_surface_set_buffer_transform at clients/window.c:1271 (window_set_buffer_transform).
Comment 1 Emilio Pozuelo Monfort 2013-03-30 19:52:06 UTC
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);
}

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.