mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
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"
|
#include "cogl-winsys-glx-feature-functions.h"
|
||||||
};
|
};
|
||||||
|
|
||||||
CoglFuncPtr
|
static CoglFuncPtr
|
||||||
_cogl_winsys_get_proc_address (const char *name)
|
_cogl_winsys_get_proc_address (const char *name)
|
||||||
{
|
{
|
||||||
static GLXGetProcAddressProc get_proc_func = NULL;
|
static GLXGetProcAddressProc get_proc_func = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user