From 0f834b91a4768673833ab4917e87d86c237bb1a6 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 23 Mar 2012 10:05:55 +0100 Subject: libX11 xserver fontconfig mesa pixman xkbcomp xkeyboard-config git update 23 Mar 2012 --- xorg-server/hw/dmx/glxProxy/glxvendor.h | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'xorg-server/hw/dmx/glxProxy/glxvendor.h') diff --git a/xorg-server/hw/dmx/glxProxy/glxvendor.h b/xorg-server/hw/dmx/glxProxy/glxvendor.h index fbc901cef..0d160ab9f 100644 --- a/xorg-server/hw/dmx/glxProxy/glxvendor.h +++ b/xorg-server/hw/dmx/glxProxy/glxvendor.h @@ -31,20 +31,23 @@ #ifndef __GLXVENDOR_H #define __GLXVENDOR_H -extern int __glXVForwardSingleReq( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardPipe0WithReply( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardAllWithReply( __GLXclientState *cl, GLbyte *pc ); +extern int __glXVForwardSingleReq(__GLXclientState * cl, GLbyte * pc); +extern int __glXVForwardPipe0WithReply(__GLXclientState * cl, GLbyte * pc); +extern int __glXVForwardAllWithReply(__GLXclientState * cl, GLbyte * pc); -extern int __glXVForwardSingleReqSwap( __GLXclientState *cl, GLbyte *pc ); +extern int __glXVForwardSingleReqSwap(__GLXclientState * cl, GLbyte * pc); -extern int __glXVForwardPipe0WithReplySwap( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardPipe0WithReplySwapsv( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardPipe0WithReplySwapiv( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardPipe0WithReplySwapdv( __GLXclientState *cl, GLbyte *pc ); +extern int __glXVForwardPipe0WithReplySwap(__GLXclientState * cl, GLbyte * pc); +extern int __glXVForwardPipe0WithReplySwapsv(__GLXclientState * cl, + GLbyte * pc); +extern int __glXVForwardPipe0WithReplySwapiv(__GLXclientState * cl, + GLbyte * pc); +extern int __glXVForwardPipe0WithReplySwapdv(__GLXclientState * cl, + GLbyte * pc); -extern int __glXVForwardAllWithReplySwap( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardAllWithReplySwapsv( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardAllWithReplySwapiv( __GLXclientState *cl, GLbyte *pc ); -extern int __glXVForwardAllWithReplySwapdv( __GLXclientState *cl, GLbyte *pc ); +extern int __glXVForwardAllWithReplySwap(__GLXclientState * cl, GLbyte * pc); +extern int __glXVForwardAllWithReplySwapsv(__GLXclientState * cl, GLbyte * pc); +extern int __glXVForwardAllWithReplySwapiv(__GLXclientState * cl, GLbyte * pc); +extern int __glXVForwardAllWithReplySwapdv(__GLXclientState * cl, GLbyte * pc); #endif -- cgit v1.2.3