@@ -176,9 +176,9 @@ __glXDispSwap_GetTexImage(__GLXclientState * cl, GLbyte * pc)
176
176
__GLX_SWAP_INT (& width );
177
177
__GLX_SWAP_INT (& height );
178
178
__GLX_SWAP_INT (& depth );
179
- ((xGLXGetTexImageReply * ) & __glXReply )-> width = width ;
180
- ((xGLXGetTexImageReply * ) & __glXReply )-> height = height ;
181
- ((xGLXGetTexImageReply * ) & __glXReply )-> depth = depth ;
179
+ ((xGLXGetTexImageReply * ) & __glXReply )-> width = width ;
180
+ ((xGLXGetTexImageReply * ) & __glXReply )-> height = height ;
181
+ ((xGLXGetTexImageReply * ) & __glXReply )-> depth = depth ;
182
182
__GLX_SEND_HEADER ();
183
183
__GLX_SEND_VOID_ARRAY (compsize );
184
184
}
@@ -290,8 +290,8 @@ GetSeparableFilter(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag)
290
290
__GLX_SWAP_REPLY_HEADER ();
291
291
__GLX_SWAP_INT (& width );
292
292
__GLX_SWAP_INT (& height );
293
- ((xGLXGetSeparableFilterReply * ) & __glXReply )-> width = width ;
294
- ((xGLXGetSeparableFilterReply * ) & __glXReply )-> height = height ;
293
+ ((xGLXGetSeparableFilterReply * ) & __glXReply )-> width = width ;
294
+ ((xGLXGetSeparableFilterReply * ) & __glXReply )-> height = height ;
295
295
__GLX_SEND_VOID_ARRAY (compsize + compsize2 );
296
296
}
297
297
@@ -376,8 +376,8 @@ GetConvolutionFilter(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag)
376
376
__GLX_SWAP_REPLY_HEADER ();
377
377
__GLX_SWAP_INT (& width );
378
378
__GLX_SWAP_INT (& height );
379
- ((xGLXGetConvolutionFilterReply * ) & __glXReply )-> width = width ;
380
- ((xGLXGetConvolutionFilterReply * ) & __glXReply )-> height = height ;
379
+ ((xGLXGetConvolutionFilterReply * ) & __glXReply )-> width = width ;
380
+ ((xGLXGetConvolutionFilterReply * ) & __glXReply )-> height = height ;
381
381
__GLX_SEND_VOID_ARRAY (compsize );
382
382
}
383
383
@@ -452,7 +452,7 @@ GetHistogram(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag)
452
452
__GLX_BEGIN_REPLY (compsize );
453
453
__GLX_SWAP_REPLY_HEADER ();
454
454
__GLX_SWAP_INT (& width );
455
- ((xGLXGetHistogramReply * ) & __glXReply )-> width = width ;
455
+ ((xGLXGetHistogramReply * ) & __glXReply )-> width = width ;
456
456
__GLX_SEND_VOID_ARRAY (compsize );
457
457
}
458
458
@@ -594,7 +594,7 @@ GetColorTable(__GLXclientState * cl, GLbyte * pc, GLXContextTag tag)
594
594
__GLX_BEGIN_REPLY (compsize );
595
595
__GLX_SWAP_REPLY_HEADER ();
596
596
__GLX_SWAP_INT (& width );
597
- ((xGLXGetColorTableReply * ) & __glXReply )-> width = width ;
597
+ ((xGLXGetColorTableReply * ) & __glXReply )-> width = width ;
598
598
__GLX_SEND_VOID_ARRAY (compsize );
599
599
}
600
600
0 commit comments