Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
skaslev committed Dec 14, 2017
1 parent c7b46e6 commit 3e98d63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gl3w_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,8 @@ def write(f, s):
#else
#include <dlfcn.h>
typedef GL3WglProc (*PFNGLXGETPROCADDRESSPROC)(const GLubyte *);
static void *libgl;
static PFNGLXGETPROCADDRESSPROC glx_get_proc_address;
static GL3WglProc (*glx_get_proc_address)(const GLubyte *);
static int open_libgl(void)
{
Expand Down

0 comments on commit 3e98d63

Please sign in to comment.