diff options
author | marha <marha@users.sourceforge.net> | 2012-10-22 08:31:31 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-10-22 08:31:31 +0200 |
commit | b318686d7779dab877e5fb33b7d97034cf8f44a8 (patch) | |
tree | 8fd256304d1aac04400eead7b5f54743c472f233 /mesalib/src/gallium/auxiliary/util/u_vbuf.c | |
parent | 63f9a2c22dbac3e52e4d875bd70d729de5f81a43 (diff) | |
parent | 34d741a3fc96c9424ffec29b114a1bdfde40f8b0 (diff) | |
download | vcxsrv-b318686d7779dab877e5fb33b7d97034cf8f44a8.tar.gz vcxsrv-b318686d7779dab877e5fb33b7d97034cf8f44a8.tar.bz2 vcxsrv-b318686d7779dab877e5fb33b7d97034cf8f44a8.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
libX11 mesa pixman git update 22 oct 2012
Diffstat (limited to 'mesalib/src/gallium/auxiliary/util/u_vbuf.c')
-rw-r--r-- | mesalib/src/gallium/auxiliary/util/u_vbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/gallium/auxiliary/util/u_vbuf.c b/mesalib/src/gallium/auxiliary/util/u_vbuf.c index 52db294cb..1cc83c3dd 100644 --- a/mesalib/src/gallium/auxiliary/util/u_vbuf.c +++ b/mesalib/src/gallium/auxiliary/util/u_vbuf.c @@ -98,7 +98,7 @@ struct u_vbuf { /* Vertex buffers for the driver. * There are no user buffers. */ struct pipe_vertex_buffer real_vertex_buffer[PIPE_MAX_ATTRIBS]; - int nr_real_vertex_buffers; + unsigned nr_real_vertex_buffers; boolean vertex_buffers_dirty; /* The index buffer. */ |