glx: make sure _cogl_winsys_get_proc_address is static
Make sure not to export _cogl_winsys_get_proc_address outside of cogl-winsys-glx.c
This commit is contained in:
parent
a29a76dbab
commit
656f28de2f
@ -137,7 +137,7 @@ static const CoglFeatureData winsys_feature_data[] =
|
||||
#include "cogl-winsys-glx-feature-functions.h"
|
||||
};
|
||||
|
||||
CoglFuncPtr
|
||||
static CoglFuncPtr
|
||||
_cogl_winsys_get_proc_address (const char *name)
|
||||
{
|
||||
static GLXGetProcAddressProc get_proc_func = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user