s3v: Fix driver build for ARB_sync.
authorEric Anholt <eric@anholt.net>
Tue, 1 Sep 2009 19:31:24 +0000 (12:31 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 3 Sep 2009 18:22:47 +0000 (11:22 -0700)
commit19420f02d4540654731840e345bdcd367389ed40
treee92cc03b2986a6ee628f8e69c06f4ed0625a8859
parentafd6141934a0fb52fc1739a2a9992db3ac34682b
s3v: Fix driver build for ARB_sync.

This driver was including Xlibint.h to get the CARD32 typedef to use for
32-bit unsigned integers, which #defined Status to something.  CARD32 isn't
actually a 32-bit unsigned integer, so replacing with uint32_t usage should
fix bugs on 64-bit along with the build.
src/mesa/drivers/dri/s3v/s3v_state.c