summaryrefslogtreecommitdiff
path: root/src/pixmap.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-10-13 05:28:36 +0000
committerMichael Jennings <mej@kainx.org>2002-10-13 05:28:36 +0000
commit340755e956ac9115df6f1f990b0143ac82fa7c06 (patch)
treef9c4a145af0ec2c23041f764a3d5dcb7a67f2360 /src/pixmap.h
parenta74ae94c5af175a51e2cfa9f696fc299c17af6d3 (diff)
downloadeterm-340755e956ac9115df6f1f990b0143ac82fa7c06.tar.gz
Sun Oct 13 01:27:51 2002 Michael Jennings (mej)
Make sure it builds without Imlib2 so we don't have a repeat of last time. SVN revision: 6422
Diffstat (limited to 'src/pixmap.h')
-rw-r--r--src/pixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixmap.h b/src/pixmap.h
index fd83af0..0faa4d0 100644
--- a/src/pixmap.h
+++ b/src/pixmap.h
@@ -27,7 +27,7 @@
#include <X11/Xatom.h>
#ifdef PIXMAP_SUPPORT
# include <Imlib2.h>
-#else
+#elif !defined(DATA64)
typedef struct {
int left, top, right, bottom;
} Imlib_Border;