mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
virgl: pipe_virgl_create_screen is not static
Cc: mesa-stable@lists.freedesktop.org Fixes:17d3a5f857"target-helpers: add a non-inline drm_helper.h" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93063 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit05eed0eca7)
This commit is contained in:
parent
85b6f905e1
commit
43b0b8a9a3
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ pipe_freedreno_create_screen(int fd)
|
|||
#include "virgl/drm/virgl_drm_public.h"
|
||||
#include "virgl/virgl_public.h"
|
||||
|
||||
static struct pipe_screen *
|
||||
struct pipe_screen *
|
||||
pipe_virgl_create_screen(int fd)
|
||||
{
|
||||
struct virgl_winsys *vws;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue