diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-08-23 10:41:00 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-08-23 23:39:08 -0700 |
commit | ff32eb25f8edde7343da3d4782f0f59896515ebd (patch) | |
tree | e997b7e45c74a24aa4419e5408123d51a4bf01e7 /src/g80_xaa.c | |
parent | c2128e5a8682e407b37f88c67a1709309247fc5d (diff) |
Fix warnings.
Diffstat (limited to 'src/g80_xaa.c')
-rw-r--r-- | src/g80_xaa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/g80_xaa.c b/src/g80_xaa.c index bcacbb4..0a3c1b3 100644 --- a/src/g80_xaa.c +++ b/src/g80_xaa.c @@ -95,7 +95,7 @@ G80SetRopSolid(G80Ptr pNv, CARD32 rop, CARD32 planemask) } } -void inline +inline void G80SetClip(G80Ptr pNv, int x, int y, int w, int h) { G80DmaStart(pNv, 0x280, 4); |