<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:pochu27@gmail.com" title="Emilio Pozuelo Monfort <pochu27@gmail.com>"> <span class="fn">Emilio Pozuelo Monfort</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Undefined function: wl_surface_set_buffer_transform"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62927">bug 62927</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>pochu27@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Undefined function: wl_surface_set_buffer_transform"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62927#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Undefined function: wl_surface_set_buffer_transform"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62927">bug 62927</a>
              from <span class="vcard"><a class="email" href="mailto:pochu27@gmail.com" title="Emilio Pozuelo Monfort <pochu27@gmail.com>"> <span class="fn">Emilio Pozuelo Monfort</span></a>
</span></b>
        <pre>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);
}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>