mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
svga: Silent warning.
This commit is contained in:
parent
723511bb32
commit
723ab664f6
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ svga_screen_create(struct svga_winsys_screen *sws)
|
|||
screen->fence_finish = svga_fence_finish;
|
||||
svgascreen->sws = sws;
|
||||
|
||||
svga_screen_init_surface_functions(svgascreen);
|
||||
svga_screen_init_surface_functions(screen);
|
||||
svga_init_screen_resource_functions(svgascreen);
|
||||
|
||||
svgascreen->use_ps30 =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue