mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 22:03:45 -06:00
*GLCtrl (again)
git-svn-id: svn://ultimatepp.org/upp/trunk@2646 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
447d4e5371
commit
423c4c60b5
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue