svga: Update svga_winsys_screen::buffer_map comments.

This commit is contained in:
José Fonseca
2011-03-15 15:43:33 +00:00
parent ef33c82bfd
commit 147ca90bd3
+2 -2
View File
@@ -246,12 +246,12 @@ struct svga_winsys_screen
/**
* Map the entire data store of a buffer object into the client's address.
* flags is a bitmaks of PIPE_TRANSFER_*
* usage is a bitmask of PIPE_TRANSFER_*
*/
void *
(*buffer_map)( struct svga_winsys_screen *sws,
struct svga_winsys_buffer *buf,
unsigned flags );
unsigned usage );
void
(*buffer_unmap)( struct svga_winsys_screen *sws,