Bug 62927 - Undefined function: wl_surface_set_buffer_transform
Summary: Undefined function: wl_surface_set_buffer_transform
Status: RESOLVED NOTABUG
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 07:06 UTC by Heiher
Modified: 2013-04-03 20:58 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.