diff options
Diffstat (limited to 'src/g80_xaa.c')
-rw-r--r-- | src/g80_xaa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/g80_xaa.c b/src/g80_xaa.c index d256d64..0859623 100644 --- a/src/g80_xaa.c +++ b/src/g80_xaa.c @@ -56,7 +56,7 @@ G80DMAKickoffCallback(ScrnInfoPtr pScrn) pNv->DMAKickoffCallback = NULL; } -static void +void G80SetPattern(G80Ptr pNv, int bg, int fg, int pat0, int pat1) { G80DmaStart(pNv, 0x2f0, 4); @@ -66,7 +66,7 @@ G80SetPattern(G80Ptr pNv, int bg, int fg, int pat0, int pat1) G80DmaNext (pNv, pat1); } -static void +void G80SetRopSolid(G80Ptr pNv, CARD32 rop, CARD32 planemask) { static const int rops[] = { @@ -95,7 +95,7 @@ G80SetRopSolid(G80Ptr pNv, CARD32 rop, CARD32 planemask) } } -static void inline +void inline G80SetClip(G80Ptr pNv, int x, int y, int w, int h) { G80DmaStart(pNv, 0x280, 4); |