xserver/hw
Jeremy Huddleston Sequoia 404f268661 XQuartz: Fix get_proc_address signature
indirect.c:675:28: warning: incompatible pointer types passing 'glx_gpa_proc (*)(const char *)' to parameter of type
      'glx_gpa_proc' (aka 'glx_func_ptr (*)(const char *)') [-Wincompatible-pointer-types,Semantic Issue]
    __glXsetGetProcAddress(&get_proc_address);
                           ^~~~~~~~~~~~~~~~~
../../../glx/glxserver.h:122:42: note: passing argument to parameter 'get_proc_address' here [Semantic Issue]
void __glXsetGetProcAddress(glx_gpa_proc get_proc_address);
                                         ^

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit ea80279e29)
2014-01-22 15:15:30 -08:00
..
dmx Xdmx: Initialize DMX extension even if not built with GLX support 2013-11-26 22:39:01 -08:00
kdrive ephyr: Fix compilation when ./configure'd with --enable-debug 2013-12-10 16:59:40 +00:00
vfb vfb: Initialize the GLX extension again. 2012-11-21 11:13:55 +11:00
xfree86 xfree86: Prefer fbdev to vesa 2013-12-09 13:20:36 -05:00
xnest xnest: Ignore GetImage() error in xnestGetImage() (v3) 2013-11-23 16:19:46 -08:00
xquartz XQuartz: Fix get_proc_address signature 2014-01-22 15:15:30 -08:00
xwin hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatch 2013-12-10 17:00:06 +00:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00