diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-04-09 14:45:58 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-04-09 14:45:58 +0000 |
commit | c2c01b60dd063ed4728986d513b51138ccf9de4a (patch) | |
tree | 0880f7c647f9747e3ec733dffa4231c91dc91196 /config.h.dist | |
parent | NEWS: mark_all_pages (diff) | |
download | w3m-c2c01b60dd063ed4728986d513b51138ccf9de4a.tar.gz w3m-c2c01b60dd063ed4728986d513b51138ccf9de4a.zip |
[w3m-dev 03167] xface2xbm -> xface2xpm (current imlib can't handle XBM)
* configure: s/XFACE2XBM/XFACE2XPM/
* config.h.dist: ditto
* file.c (xface2xpm): renamed from xface2xbm
modified for xpm
(readHeader): s/xface2xbm/xface2xpm/
* scripts/Makefile (LIB_TARGETS): s/xface2xbm/xface2xpm/
* scripts/xface2xpm.in: added
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'config.h.dist')
-rw-r--r-- | config.h.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.dist b/config.h.dist index 551bbf6..16d82c6 100644 --- a/config.h.dist +++ b/config.h.dist @@ -147,7 +147,7 @@ MODEL=Linux.i686-monster-ja #define W3MCONFIG "w3mconfig" #define IMGSIZE "w3mimgsize" #define IMGDISPLAY "w3mimgdisplay" -#define XFACE2XBM "xface2xbm" +#define XFACE2XPM "xface2xpm" #define RC_DIR "~/.w3m" #define BOOKMARK "bookmark.html" |