*GLCtrl (again)

git-svn-id: svn://ultimatepp.org/upp/trunk@2646 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-08-30 13:19:15 +00:00
parent 447d4e5371
commit 423c4c60b5

View file

@ -3,26 +3,27 @@
#include <CtrlCore/CtrlCore.h>
#ifdef PLATFORM_X11
#define Time XTime
#define Font XFont
#define Display XDisplay
#define Picture XPicture
#define Status int
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#ifdef PLATFORM_X11
#include <GL/glx.h>
#endif
#include <GL/glx.h>
#undef Status
#undef Picture
#undef Time
#undef Font
#undef Display
#endif
NAMESPACE_UPP