<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body><span class="vcard"><a href="page.cgi?id=describeuser.html&login=daniel%40fooishbar.org" title="Daniel Stone <daniel@fooishbar.org>"> <span class="fn">Daniel Stone</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Avoid calling eglGetDisplay"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=772415">bug 772415</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;">Attachment #336909 status</td>
           <td>accepted-commit_now
           </td>
           <td>needs-work
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Avoid calling eglGetDisplay"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=772415#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Avoid calling eglGetDisplay"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=772415">bug 772415</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=daniel%40fooishbar.org" title="Daniel Stone <daniel@fooishbar.org>"> <span class="fn">Daniel Stone</span></a>
</span></b>
        <pre>Review of <span class=""><a href="attachment.cgi?id=336909&action=diff" name="attach_336909" title="0001-Use-egl-GetPlatformDisplayEXT-if-available.patch">attachment 336909</a> <a href="attachment.cgi?id=336909&action=edit" title="0001-Use-egl-GetPlatformDisplayEXT-if-available.patch">[details]</a></span> <a href='review?bug=772415&attachment=336909'>[review]</a>:

::: gdk/wayland/gdkglcontext-wayland.c
@@ +286,3 @@
     return TRUE;

+  getPlatformDisplay = (PFNEGLGETPLATFORMDISPLAYEXTPROC) eglGetProcAddress
("eglGetPlatformDisplayEXT");

Surely this needs a guard to see if we have EGL_KHR_platform_base or are on EGL
1.5+, not just GetProcAddress ... ?</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>