summaryrefslogtreecommitdiff
path: root/src/pixmap.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-07-06 01:17:20 +0000
committerMichael Jennings <mej@kainx.org>2000-07-06 01:17:20 +0000
commit9648bcd0a0b3837ca38b622580a3f411920b9767 (patch)
tree8f761d057e239746c4b423acebc95159e8410a7d /src/pixmap.h
parentb4fbe2a9a048fb995cf41f68c192b30057072c26 (diff)
downloadeterm-9648bcd0a0b3837ca38b622580a3f411920b9767.tar.gz
Wed Jul 5 18:31:39 PDT 2000 Michael Jennings <mej@eterm.org>
Several people have asked for the spec file to be in the tarball so that rpm -ta <tarball> works properly. I've put it in there, but I don't recommend doing it that way. I use /usr/local as my prefix, and there's a good chance I'll forget to change it before doing a dist tarball. I also put some dummy crap in pixmap.h so that compiling without Imlib2.h works again. SVN revision: 2903
Diffstat (limited to 'src/pixmap.h')
-rw-r--r--src/pixmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pixmap.h b/src/pixmap.h
index 07117ff..3c78904 100644
--- a/src/pixmap.h
+++ b/src/pixmap.h
@@ -27,6 +27,12 @@
#include <X11/Xatom.h>
#ifdef PIXMAP_SUPPORT
# include <Imlib2.h>
+#else
+typedef struct {
+ int left, top, right, bottom;
+} Imlib_Border;
+typedef void *Imlib_Image;
+typedef void *Imlib_Color_Modifier;
#endif
#include "misc.h"