mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 23:20:31 +01:00
Cell: s/cell_init_surface_funcs/cell_init_surface_functions/
This commit is contained in:
parent
13189412d9
commit
0c085717cb
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ cell_create_context(struct pipe_winsys *winsys, struct cell_winsys *cws)
|
|||
cell->pipe.wait_query = cell_wait_query;
|
||||
#endif
|
||||
|
||||
cell_init_surface_funcs(cell);
|
||||
cell_init_surface_functions(cell);
|
||||
|
||||
cell->draw = draw_create();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue