diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-08-25 19:24:41 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-08-25 19:24:41 -0400 |
commit | 5a08e68cc254fb255e631b456e331c32456ef0e7 (patch) | |
tree | cbe878db88b27babf3c4f2b8046c5a2df34c6e20 /src/r600_exa.c | |
parent | 9aa214e125b7927d62b9fe124a851d0373c24d7e (diff) |
r6xx/r7xx: fix some define problems in Xv code
Diffstat (limited to 'src/r600_exa.c')
-rw-r--r-- | src/r600_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c index 09eb6ee5..462bbb87 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -128,7 +128,7 @@ R600PrepareSolid(PixmapPtr pPix, int alu, Pixel pm, Pixel fg) uint32_t a, r, g, b; float ps_alu_consts[4]; - //return FALSE; + return FALSE; if (pPix->drawable.bitsPerPixel == 24) RADEON_FALLBACK(("24bpp unsupported\n")); |