mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
gallium: avoid the C++ keyword "template" in sw_winsys.h
This commit is contained in:
parent
b2ad8b5c22
commit
6d0b695fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue