diff options
author | Araki Ken <arakiken@users.sf.net> | 2014-09-27 12:21:39 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 11:47:05 +0000 |
commit | 75e89acd804c61796c62cafd79e78552ba5343c4 (patch) | |
tree | 04bf8ee0817d88973cba5cc05374a62d9f8f3896 /image.c | |
parent | Show the first frame of animation gif files. (diff) | |
download | w3m-75e89acd804c61796c62cafd79e78552ba5343c4.tar.gz w3m-75e89acd804c61796c62cafd79e78552ba5343c4.zip |
Add declaration of get_pixel_per_cell().
Diffstat (limited to 'image.c')
-rw-r--r-- | image.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ initImage() activeImage = TRUE; } +int get_pixel_per_cell(int *ppc, int *ppl); + int getCharSize() { |