Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117536 | Differences between
and this patch

Collapse All | Expand All

(-)src-orig/draw.c (-1 / +8 lines)
Lines 4400-4405 Link Here
4400
4400
4401
#ifdef USE_XF86VM
4401
#ifdef USE_XF86VM
4402
4402
4403
#undef BOOL
4403
#include <X11/extensions/xf86vmode.h>
4404
#include <X11/extensions/xf86vmode.h>
4404
static XF86VidModeModeInfo **modes=0;
4405
static XF86VidModeModeInfo **modes=0;
4405
static int           iOldMode=0;
4406
static int           iOldMode=0;
Lines 5705-5711 Link Here
5705
#else
5706
#else
5706
     pDstR=(unsigned long *)(pDst-(ddx+dga2Fix));
5707
     pDstR=(unsigned long *)(pDst-(ddx+dga2Fix));
5707
#endif
5708
#endif
5708
     for(x=0;x<ddx2;x++) *((unsigned long*)pDst)++=*pDstR++;
5709
     for(x=0;x<ddx2;x++)
5710
      {
5711
       *((unsigned long*)pDst) = *pDstR;
5712
	pDst += sizeof (unsigned long);
5713
	pDstR += sizeof (unsigned long);
5714
      }
5715
5709
    }
5716
    }
5710
   else
5717
   else
5711
    {
5718
    {
(-)src-orig/gpu.h (-1 / +1 lines)
Lines 63-66 Link Here
63
63
64
/////////////////////////////////////////////////////////////////////////////
64
/////////////////////////////////////////////////////////////////////////////
65
65
66
#endif // _GPU_INTERNALS_H
66
#endif // _GPU_INTERNALS_H
(-)src-orig/menu.h (-1 / +1 lines)
Lines 33-36 Link Here
33
void BuildDispMenu(int iInc);
33
void BuildDispMenu(int iInc);
34
void SwitchDispMenu(int iStep);
34
void SwitchDispMenu(int iStep);
35
35
36
#endif // _GPU_MENU_H_
36
#endif // _GPU_MENU_H_
(-)src-orig/prim.c (-1 / +3 lines)
Lines 269-278 Link Here
269
269
270
// x -466 1023 180 1023
270
// x -466 1023 180 1023
271
// y   20 -228 222 -100
271
// y   20 -228 222 -100
272
272
273
/*
273
// 0 __1
274
// 0 __1
274
//  \ / \
275
//  \ / \
275
//   2___3
276
//   2___3
277
*/
276
278
277
__inline BOOL CheckCoord4()
279
__inline BOOL CheckCoord4()
278
{
280
{
(-)src-orig/prim.h (-1 / +1 lines)
Lines 30-33 Link Here
30
void UploadScreen (long Position);
30
void UploadScreen (long Position);
31
void PrepareFullScreenUpload (long Position);
31
void PrepareFullScreenUpload (long Position);
32
32
33
#endif // _PRIMDRAW_H_
33
#endif // _PRIMDRAW_H_
(-)src-orig/psemu.h (-1 / +1 lines)
Lines 33-36 Link Here
33
#define PSE_LT_SPU	4
33
#define PSE_LT_SPU	4
34
34
35
35
36
#endif // _PSEMU_PLUGIN_DEFS_H
36
#endif // _PSEMU_PLUGIN_DEFS_H

Return to bug 117536