diff options
Diffstat (limited to 'nx-X11/lib/Xfixes')
-rw-r--r-- | nx-X11/lib/Xfixes/Imakefile | 2 | ||||
-rw-r--r-- | nx-X11/lib/Xfixes/Xfixes.h | 4 | ||||
-rw-r--r-- | nx-X11/lib/Xfixes/Xfixes.man | 2 | ||||
-rw-r--r-- | nx-X11/lib/Xfixes/Xfixesint.h | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/nx-X11/lib/Xfixes/Imakefile b/nx-X11/lib/Xfixes/Imakefile index ca1fe046b..cc3e1631d 100644 --- a/nx-X11/lib/Xfixes/Imakefile +++ b/nx-X11/lib/Xfixes/Imakefile @@ -16,7 +16,7 @@ SOXFIXESREV=3.0.0 #define LibName NX_Xfixes #define SoRev SOXFIXESREV -#define IncSubdir X11 +#define IncSubdir nx-X11 #define IncSubSubdir extensions #include <Threads.tmpl> diff --git a/nx-X11/lib/Xfixes/Xfixes.h b/nx-X11/lib/Xfixes/Xfixes.h index 28ca28f1a..4cba47ca4 100644 --- a/nx-X11/lib/Xfixes/Xfixes.h +++ b/nx-X11/lib/Xfixes/Xfixes.h @@ -25,9 +25,9 @@ #ifndef _XFIXES_H_ #define _XFIXES_H_ -#include <X11/extensions/xfixeswire.h> +#include <nx-X11/extensions/xfixeswire.h> -#include <X11/Xfuncproto.h> +#include <nx-X11/Xfuncproto.h> /* * This revision number also appears in configure.ac, they have diff --git a/nx-X11/lib/Xfixes/Xfixes.man b/nx-X11/lib/Xfixes/Xfixes.man index f081cc54e..563db15b5 100644 --- a/nx-X11/lib/Xfixes/Xfixes.man +++ b/nx-X11/lib/Xfixes/Xfixes.man @@ -31,7 +31,7 @@ .SH NAME XFixes \- Augmented versions of core protocol requests .SH SYNTAX -\&#include <X11/extensions/Xfixes.h> +\&#include <nx-X11/extensions/Xfixes.h> .nf .sp Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, diff --git a/nx-X11/lib/Xfixes/Xfixesint.h b/nx-X11/lib/Xfixes/Xfixesint.h index e227571be..353dcae77 100644 --- a/nx-X11/lib/Xfixes/Xfixesint.h +++ b/nx-X11/lib/Xfixes/Xfixesint.h @@ -28,11 +28,11 @@ #define NEED_EVENTS #define NEED_REPLIES #include <stdio.h> -#include <X11/Xlib.h> -#include <X11/Xlibint.h> -#include <X11/Xutil.h> +#include <nx-X11/Xlib.h> +#include <nx-X11/Xlibint.h> +#include <nx-X11/Xutil.h> #include "Xfixes.h" -#include <X11/extensions/xfixesproto.h> +#include <nx-X11/extensions/xfixesproto.h> extern char XFixesExtensionName[]; |