Bugzilla #7145: fix build with gcc 2.95
Bugzilla #7145: <http://bugs.freedesktop.org/show_bug.cgi?id=7145> Patch #8987: <http://bugs.freedesktop.org/attachment.cgi?id=8987>
This commit is contained in:
parent
fe7b8f4237
commit
689d52b624
|
@ -496,11 +496,11 @@ int __glXDispSwap_CopySubBufferMESA(__GLXclientState *cl, GLbyte *pc)
|
||||||
GLXDrawable *drawId;
|
GLXDrawable *drawId;
|
||||||
int *buffer;
|
int *buffer;
|
||||||
|
|
||||||
|
__GLX_DECLARE_SWAP_VARIABLES;
|
||||||
|
|
||||||
(void) drawId;
|
(void) drawId;
|
||||||
(void) buffer;
|
(void) buffer;
|
||||||
|
|
||||||
__GLX_DECLARE_SWAP_VARIABLES;
|
|
||||||
|
|
||||||
pc += __GLX_VENDPRIV_HDR_SIZE;
|
pc += __GLX_VENDPRIV_HDR_SIZE;
|
||||||
|
|
||||||
__GLX_SWAP_SHORT(&req->length);
|
__GLX_SWAP_SHORT(&req->length);
|
||||||
|
|
|
@ -490,7 +490,7 @@ RRCrtcInit (void)
|
||||||
int
|
int
|
||||||
ProcRRGetCrtcInfo (ClientPtr client)
|
ProcRRGetCrtcInfo (ClientPtr client)
|
||||||
{
|
{
|
||||||
REQUEST(xRRGetCrtcInfoReq);;
|
REQUEST(xRRGetCrtcInfoReq);
|
||||||
xRRGetCrtcInfoReply rep;
|
xRRGetCrtcInfoReply rep;
|
||||||
RRCrtcPtr crtc;
|
RRCrtcPtr crtc;
|
||||||
CARD8 *extra;
|
CARD8 *extra;
|
||||||
|
|
|
@ -366,7 +366,7 @@ RROutputInit (void)
|
||||||
int
|
int
|
||||||
ProcRRGetOutputInfo (ClientPtr client)
|
ProcRRGetOutputInfo (ClientPtr client)
|
||||||
{
|
{
|
||||||
REQUEST(xRRGetOutputInfoReq);;
|
REQUEST(xRRGetOutputInfoReq);
|
||||||
xRRGetOutputInfoReply rep;
|
xRRGetOutputInfoReply rep;
|
||||||
RROutputPtr output;
|
RROutputPtr output;
|
||||||
CARD8 *extra;
|
CARD8 *extra;
|
||||||
|
|
|
@ -103,7 +103,7 @@ void
|
||||||
RRPointerMoved (ScreenPtr pScreen, int x, int y)
|
RRPointerMoved (ScreenPtr pScreen, int x, int y)
|
||||||
{
|
{
|
||||||
rrScrPriv (pScreen);
|
rrScrPriv (pScreen);
|
||||||
RRCrtcPtr pointerCrtc = pScrPriv->pointerCrtc;;
|
RRCrtcPtr pointerCrtc = pScrPriv->pointerCrtc;
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
/* Check last known CRTC */
|
/* Check last known CRTC */
|
||||||
|
|
Loading…
Reference in New Issue