mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under Mac OS X
This commit is contained in:
parent
e4e12ff6c4
commit
9a5b97dfff
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include "stdopengl.h"
|
#include "stdopengl.h"
|
||||||
#include "driver_opengl.h"
|
#include "driver_opengl.h"
|
||||||
|
|
||||||
#ifdef NL_OS_UNIX
|
#if defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
|
||||||
# include <X11/Xatom.h>
|
# include <X11/Xatom.h>
|
||||||
# ifdef HAVE_XRENDER
|
# ifdef HAVE_XRENDER
|
||||||
# include <X11/extensions/Xrender.h>
|
# include <X11/extensions/Xrender.h>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
# ifdef HAVE_XCURSOR
|
# ifdef HAVE_XCURSOR
|
||||||
# include <X11/Xcursor/Xcursor.h>
|
# include <X11/Xcursor/Xcursor.h>
|
||||||
# endif // HAVE_XCURSOR
|
# endif // HAVE_XCURSOR
|
||||||
#endif // NL_OS_UNIX
|
#endif // defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
|
||||||
|
|
||||||
#include "nel/misc/mouse_device.h"
|
#include "nel/misc/mouse_device.h"
|
||||||
#include "nel/misc/di_event_emitter.h"
|
#include "nel/misc/di_event_emitter.h"
|
||||||
|
|
Loading…
Reference in a new issue