Changed: #1034 Implement CCustomMouse for Linux
This commit is contained in:
parent
24dfa7bf3d
commit
b63aac2576
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
# include <GL/gl.h>
|
||||
# include <GL/glx.h>
|
||||
# include <X11/Xatom.h>
|
||||
# ifdef HAVE_XRENDER
|
||||
# include <X11/extensions/Xrender.h>
|
||||
# endif // HAVE_XRENDER
|
||||
#endif // NL_OS_UNIX
|
||||
|
||||
#include "nel/misc/mouse_device.h"
|
||||
|
|
Loading…
Reference in a new issue