commit | b05166e3d2c17e62d8761c46c4643e61890d49eb | [log] [tgz] |
---|---|---|
author | Vinson Lee <vlee@freedesktop.org> | Thu Aug 22 22:26:26 2019 -0700 |
committer | Adam Jackson <ajax@redhat.com> | Fri Aug 23 11:05:23 2019 -0400 |
tree | 7f1cbf2d29ed29ac5375cbaaca0cf13046059b3f | |
parent | 6f137ed90154d3bc07a39e26b1915450cd9343e5 [diff] |
glx: Fix up glXQueryGLXPbufferSGIX on macOS. Fix this build error on macOS. ../src/glx/apple/glx_empty.c:158:4: error: void function 'glXQueryGLXPbufferSGIX' should not return a value [-Wreturn-type] return 0; ^ ~ Fixes: 3dd299c3d5b8 ("glx: Sync <GL/glxext.h> with Khronos") Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Adam Jackson <ajax@redhat.com>