diff options
-rw-r--r-- | src/gallium/auxiliary/target-helpers/drm_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/drm_helper.h b/src/gallium/auxiliary/target-helpers/drm_helper.h index 73a80b6c1dc..332b1cba984 100644 --- a/src/gallium/auxiliary/target-helpers/drm_helper.h +++ b/src/gallium/auxiliary/target-helpers/drm_helper.h @@ -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; |