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:
Robert Bragg 2011-05-25 01:47:34 +01:00
parent a29a76dbab
commit 656f28de2f

View File

@ -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;