|
|
|
@ -25,11 +25,13 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include "OpenGL.h" |
|
|
|
#include "OpenGL.h" |
|
|
|
|
|
|
|
#define Status int |
|
|
|
#include <GL/glx.h> |
|
|
|
#include <GL/glx.h> |
|
|
|
/* undef Xlib nonsense to avoid conflicts */ |
|
|
|
/* undef Xlib nonsense to avoid conflicts */ |
|
|
|
|
|
|
|
#undef Always |
|
|
|
#undef Complex |
|
|
|
#undef Complex |
|
|
|
#undef None |
|
|
|
#undef None |
|
|
|
#undef Always |
|
|
|
#undef Status |
|
|
|
|
|
|
|
|
|
|
|
#include "Platform/AbstractXApplication.h" |
|
|
|
#include "Platform/AbstractXApplication.h" |
|
|
|
#include "Platform/Implementation/AbstractContextHandler.h" |
|
|
|
#include "Platform/Implementation/AbstractContextHandler.h" |
|
|
|
|