diff options
author | Oliver McFadden <[email protected]> | 2007-05-11 22:21:19 +0000 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2007-05-11 22:21:19 +0000 |
commit | 5a09ea01e06a648b37eb167914fb1549e066326d (patch) | |
tree | 4a03bb9d7d5c967cc775396c0d43db5b3bceabcc /src/mesa/drivers/dri/radeon | |
parent | 98d25a5a28b1d6e4ed299904aec4104f7d6c80b0 (diff) |
r300: Reduced the diff on radeon_lock.[ch].
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_lock.h b/src/mesa/drivers/dri/radeon/radeon_lock.h index 3ba69e86c1c..e793541e3f0 100644 --- a/src/mesa/drivers/dri/radeon/radeon_lock.h +++ b/src/mesa/drivers/dri/radeon/radeon_lock.h @@ -42,7 +42,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __RADEON_LOCK_H__ #define __RADEON_LOCK_H__ -extern void radeonGetLock( radeonContextPtr rmesa, GLuint flags ); +extern void radeonGetLock(radeonContextPtr rmesa, GLuint flags); /* Turn DEBUG_LOCKING on to find locking conflicts. */ @@ -109,4 +109,4 @@ extern int prevLockLine; DEBUG_RESET(); \ } while (0) -#endif /* __RADEON_LOCK_H__ */ +#endif /* __RADEON_LOCK_H__ */ |