svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal
authorBrian Paul <brianp@vmware.com>
Sat, 25 Feb 2017 02:02:39 +0000 (19:02 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 25 Feb 2017 02:07:10 +0000 (19:07 -0700)
commitfcf466383ae281cc35dd5df4e6af9e4e0d811d33
treeba48eca8eabbcfb125235cbb9d426c194cfbb2ad
parent292c24ddac5acc35676424f05291c101fcd47b3e
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal

Need to specify the zero for the struct initializer.  My earlier test
of the patch series was with MinGW, not MSVC.

Trivial.
src/gallium/drivers/svga/svga_pipe_draw.c