Enforce static on globals that aren't used outside.

This commit is contained in:
Themaister 2012-10-20 22:36:43 +02:00
parent dd21ae58d7
commit 653cbf1baa

View File

@ -57,8 +57,8 @@ static VGImage g_egl_vgimage[MAX_EGLIMAGE_TEXTURES];
static bool g_smooth;
static unsigned g_egl_res;
PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR;
PFNEGLDESTROYIMAGEKHRPROC peglDestroyImageKHR;
static PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR;
static PFNEGLDESTROYIMAGEKHRPROC peglDestroyImageKHR;
static inline bool gfx_ctx_egl_query_extension(const char *ext)
{