Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowX11.cpp
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | |||||
| /* for XIWarpPointer */ | /* for XIWarpPointer */ | ||||
| #ifdef WITH_X11_XINPUT | #ifdef WITH_X11_XINPUT | ||||
| # include <X11/extensions/XInput2.h> | # include <X11/extensions/XInput2.h> | ||||
| #endif | #endif | ||||
| //For DPI value | //For DPI value | ||||
| #include <X11/Xresource.h> | #include <X11/Xresource.h> | ||||
| #if defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__) || defined(_AIX) | #if defined(_AIX) | ||||
| # include <strings.h> | # include <strings.h> | ||||
| #endif | #endif | ||||
| #include <cstring> | #include <cstring> | ||||
| #include <cstdio> | #include <cstdio> | ||||
| /* gethostname */ | /* gethostname */ | ||||
| #include <unistd.h> | #include <unistd.h> | ||||
| ▲ Show 20 Lines • Show All 1,649 Lines • Show Last 20 Lines | |||||