glx: Workaround mismatch in signedness between extensions and protocol
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 20 Jul 2010 00:01:59 +0000 (20:01 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 20 Jul 2010 02:45:50 +0000 (22:45 -0400)
commit8d0228912bfef173139296a96a097f1a6348c963
treef07452629c39bc208324db39177ee47958ed3c01
parent271c3c3a90ccfd01da9d7ac7fa451518f4e6a27c
glx: Workaround mismatch in signedness between extensions and protocol

The DRI2 protocol for ust, msc and sbc are unsigned but the extensions
talk about int64_t.  Do a little dance to make the compiler shut up.
src/glx/dri2_glx.c