summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2003-04-22 15:14:20 +0000
committerMichael Jennings <mej@kainx.org>2003-04-22 15:14:20 +0000
commit7408857d22251ea5a277ea8d8d78f08c32c95dea (patch)
treec74978507951e74c46cecb16088cbd669da73396 /utils
parente796f1d447083bf1cccc401d1d2b637ce15deb31 (diff)
downloadeterm-7408857d22251ea5a277ea8d8d78f08c32c95dea.tar.gz
Tue Apr 22 11:12:26 2003 Michael Jennings (mej)
Fixed a couple minor type issues on 64-bit systems. Cleaned up all the warnings in libscream.c and Esetroot.c. Updated the spec file to depend on imlib2 and the JPEG/PNG loaders. I hate to do that, but it seems necessary. SVN revision: 6874
Diffstat (limited to 'utils')
-rw-r--r--utils/Esetroot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/Esetroot.c b/utils/Esetroot.c
index 6f5ac12..cac8ab3 100644
--- a/utils/Esetroot.c
+++ b/utils/Esetroot.c
@@ -18,6 +18,7 @@ static const char cvs_ident[] = "$Id$";
# include <unistd.h>
#endif
#include <errno.h>
+#include <libast.h>
#ifdef PIXMAP_SUPPORT
#include <X11/Xlib.h>
@@ -267,6 +268,8 @@ main(int argc, char *argv[])
XFlush(Xdisplay);
}
#else
+ USE_VAR(argc);
+ USE_VAR(argv);
fprintf(stderr, "Eterm was built without pixmap support, so Esetroot is fairly useless. Sorry.\n");
#endif
return 0;