diff options
Diffstat (limited to 'nx-X11/include/extensions/shape.h')
-rw-r--r-- | nx-X11/include/extensions/shape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/include/extensions/shape.h b/nx-X11/include/extensions/shape.h index d173efef8..5e85ffc04 100644 --- a/nx-X11/include/extensions/shape.h +++ b/nx-X11/include/extensions/shape.h @@ -30,7 +30,7 @@ in this Software without prior written authorization from The Open Group. #ifndef _SHAPE_H_ #define _SHAPE_H_ -#include <X11/Xfuncproto.h> +#include <nx-X11/Xfuncproto.h> #define X_ShapeQueryVersion 0 #define X_ShapeRectangles 1 @@ -59,7 +59,7 @@ in this Software without prior written authorization from The Open Group. #ifndef _SHAPE_SERVER_ -#include <X11/Xutil.h> +#include <nx-X11/Xutil.h> typedef struct { int type; /* of event */ |