<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A few clean ups to the shm handling code"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=760897#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A few clean ups to the shm handling code"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=760897">bug 760897</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=rstrode%40redhat.com" title="Ray Strode [halfline] <rstrode@redhat.com>"> <span class="fn">Ray Strode [halfline]</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=319453&action=diff" name="attach_319453" title="wayland: clean up stride calculation when creating shm surface">attachment 319453</a> <a href="attachment.cgi?id=319453&action=edit" title="wayland: clean up stride calculation when creating shm surface">[details]</a></span> <a href='review?bug=760897&attachment=319453'>[review]</a>
wayland: clean up stride calculation when creating shm surface

Right now, we assume the stride for the image surface needs to
be 4 byte aligned.  This is, in fact, true, but it's better to
ask cairo for the alignment requirement directly rather than
assume we know the alignment rules.

This commit changes the code to use cairo_format_stride_for_width
to calculate a suitable rowstride for pixman.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>