10 lines
174 B
C
10 lines
174 B
C
#ifndef JTK_INTERNAL_H
|
|
#define JTK_INTERNAL_H
|
|
|
|
extern Display * g_display;
|
|
extern XVisualInfo * g_vi;
|
|
extern XSetWindowAttributes g_swa;
|
|
extern GLXContext g_context;
|
|
|
|
#endif
|