summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-21 20:54:38 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-21 21:17:21 -0700
commit0c085717cbb63f00223dc1df3d514f1ef2aaeda1 (patch)
treefd20482f4d9bd1bd32c1419f5b164c3ff76e5af2
parent13189412d93cd7ce5863aaf21b8c91d21bd535c0 (diff)
Cell: s/cell_init_surface_funcs/cell_init_surface_functions/
-rw-r--r--src/mesa/pipe/cell/ppu/cell_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_context.c b/src/mesa/pipe/cell/ppu/cell_context.c
index 1403a9b669..3db1dbdb46 100644
--- a/src/mesa/pipe/cell/ppu/cell_context.c
+++ b/src/mesa/pipe/cell/ppu/cell_context.c
@@ -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();