mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 01:08:05 +02:00
target/egl-static: fix a compiler warning
(cherry picked from commit 3e3df5fcd1)
This commit is contained in:
parent
bd1ceb5c5b
commit
b90c710c6c
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@
|
|||
#include "pipe/p_compiler.h"
|
||||
|
||||
PUBLIC struct st_api *
|
||||
st_api_create_OpenGL(void);
|
||||
|
||||
struct st_api *
|
||||
st_api_create_OpenGL(void)
|
||||
{
|
||||
return st_gl_api_create();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue