diff options
Diffstat (limited to 'xorg-server/hw/dmx/glxProxy/glxfbconfig.h')
-rw-r--r-- | xorg-server/hw/dmx/glxProxy/glxfbconfig.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg-server/hw/dmx/glxProxy/glxfbconfig.h b/xorg-server/hw/dmx/glxProxy/glxfbconfig.h index c5e94043b..6626410d9 100644 --- a/xorg-server/hw/dmx/glxProxy/glxfbconfig.h +++ b/xorg-server/hw/dmx/glxProxy/glxfbconfig.h @@ -32,7 +32,8 @@ #include <GL/glxint.h> -int AreFBConfigsMatch( __GLXFBConfig *c1, __GLXFBConfig *c2 ); -__GLXFBConfig *FindMatchingFBConfig( __GLXFBConfig *c, __GLXFBConfig *configs, int nconfigs ); +int AreFBConfigsMatch(__GLXFBConfig * c1, __GLXFBConfig * c2); +__GLXFBConfig *FindMatchingFBConfig(__GLXFBConfig * c, __GLXFBConfig * configs, + int nconfigs); #endif |