mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Changed: #1034 Implement CCustomMouse for Linux
This commit is contained in:
parent
7cb874a43f
commit
25a1280bb9
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