util: Change u_get_transfer_vtbl usage argument type to match prototype.
authorVinson Lee <vlee@vmware.com>
Fri, 4 Feb 2011 04:15:25 +0000 (20:15 -0800)
committerVinson Lee <vlee@vmware.com>
Fri, 4 Feb 2011 04:15:25 +0000 (20:15 -0800)
commit9ee765197c9af24545b4cc774da3b01e056e6299
treea2e5f25c2e4e02924e1a438bbd0a1d2d756604d2
parent61c59234f916406512b3591f46599cc29a5d8e23
util: Change u_get_transfer_vtbl usage argument type to match prototype.

The type of u_get_transfer_vtbl of the usage argument in u_transfer.h is
unsigned and not enum pipe_transfer_usage. This patch changes the type
of usage to unsigned to match the prototype in the header file.
src/gallium/auxiliary/util/u_resource.c