gallium: avoid the C++ keyword "template" in sw_winsys.h

This commit is contained in:
Luca Barbieri 2010-09-20 20:13:30 +02:00
parent b2ad8b5c22
commit 6d0b695fa7

View file

@ -97,7 +97,7 @@ struct sw_winsys
*/
struct sw_displaytarget *
(*displaytarget_from_handle)( struct sw_winsys *ws,
const struct pipe_resource *template,
const struct pipe_resource *templat,
struct winsys_handle *whandle,
unsigned *stride );