diff options
author | dscho <dscho> | 2001-09-24 22:02:28 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-09-24 22:02:28 +0000 |
commit | 5c438e3fb2d98f6aa36b58610ed9d871a41cf6f1 (patch) | |
tree | 32384646ca0bfcd2240ef1152fb605934b17da56 /xalloc.c | |
parent | fa85c12aa9f552aeafca4099467439d4cf434b79 (diff) | |
download | libtdevnc-5c438e3fb2d98f6aa36b58610ed9d871a41cf6f1.tar.gz libtdevnc-5c438e3fb2d98f6aa36b58610ed9d871a41cf6f1.zip |
bugfix: cursor (works now without xcursor encoding)
Diffstat (limited to 'xalloc.c')
-rw-r--r-- | xalloc.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,12 +13,12 @@ #ifdef WIN32 #include <X11/Xwinsock.h> #endif -#include "Xos.h" +#include "X11/Xos.h" #include <stdio.h> -#include "misc.h" -#include "X.h" -#include "input.h" -#include "opaque.h" +#include "Xserver/misc.h" +#include "X11/X.h" +#include "Xserver/input.h" +#include "Xserver/opaque.h" #ifdef X_POSIX_C_SOURCE #define _POSIX_C_SOURCE X_POSIX_C_SOURCE #include <signal.h> |