summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-07-12 18:45:46 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-07-12 18:45:46 +0000
commit01586289e0bce1a6aeccbf48c5d0837c0efecbc0 (patch)
tree10e192cfa07ec9274fad50b27cc4c5709bb2a18e /include
parent97c6c7ee4b6baa1c4d5f339025c567c57f93df30 (diff)
- lib/lbxutil/lbxutil.pc.in: link to lbxutil, not XfixesXORG-6_8_99_15
- symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs - xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h - Change include of "foo.h" to <X11/.../foo.h> in various places in xc/programs/lbxproxy and xc/programs/xfs - add build system for xfs - add forgotten lbxproxytrans.c file
Diffstat (limited to 'include')
-rw-r--r--include/lbx.h2
-rw-r--r--include/misc.h10
-rw-r--r--include/proxyopts.h4
-rw-r--r--include/wire.h4
4 files changed, 10 insertions, 10 deletions
diff --git a/include/lbx.h b/include/lbx.h
index a95e29b..130d730 100644
--- a/include/lbx.h
+++ b/include/lbx.h
@@ -52,7 +52,7 @@ in this Software without prior written authorization from The Open Group.
#include "misc.h"
#include "os.h"
#include "util.h"
-#include "lbxstr.h"
+#include <X11/extensions/lbxstr.h>
/* we keep the ifdefs in the code as a guide to what's going on */
/* but we want the proxy to work with all possible servers */
diff --git a/include/misc.h b/include/misc.h
index 19c6011..b6123ac 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -37,13 +37,13 @@ from The Open Group.
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/Xmd.h>
-#include "Xos.h"
+#include <X11/Xos.h>
#define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc(_size)
#define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree(_ptr)
-#include "Xalloca.h"
-#include "Xfuncs.h"
-#include "Xfuncproto.h"
-#include "lbxstr.h"
+#include <X11/Xalloca.h>
+#include <X11/Xfuncs.h>
+#include <X11/Xfuncproto.h>
+#include <X11/extensions/lbxstr.h>
#ifndef TRUE
#define FALSE 0
diff --git a/include/proxyopts.h b/include/proxyopts.h
index ac676c4..3d29ee2 100644
--- a/include/proxyopts.h
+++ b/include/proxyopts.h
@@ -51,8 +51,8 @@ in this Software without prior written authorization from The Open Group.
#ifndef _LBX_PROXYOPTS_H_
#define _LBX_PROXYOPTS_H_
-#include "lbximage.h"
-#include "lbxopts.h"
+#include <X11/extensions/lbximage.h>
+#include <X11/extensions/lbxopts.h>
typedef struct _LbxNegOpts {
short proxyDeltaN;
diff --git a/include/wire.h b/include/wire.h
index 9b71204..2bdd54e 100644
--- a/include/wire.h
+++ b/include/wire.h
@@ -53,8 +53,8 @@ extern int lbxDebug;
#include "misc.h"
#include "lbx.h"
-#include "lbxdeltastr.h"
-#include "lbximage.h"
+#include <X11/extensions/lbxdeltastr.h>
+#include <X11/extensions/lbximage.h>
#include "proxyopts.h"
#include "colormap.h"
#include "atomcache.h"