From b8b37f87278897ddd867505b93b72883f99f2148 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 24 Mar 2003 15:45:55 +0000 Subject: [w3m-dev 03829] w3mimgdisplay -anim * w3mimgdisplay.c (maxAnim): added, default 100 (main): add --anim option, w_op->max_anim * w3mimg/w3mimg.h (w3mimg_op): add max_anim * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): add max_anim * w3mimg/fb/fb_img.h (fb_image_load): add max_anim args * w3mimg/fb/fb_imlib2.c (fb_image_load): add max_anim args * w3mimg/fb/fb_w3mimg.c (w3mfb_load_image): pass max_anim * w3mimg/x11/x11_w3mimg.c (x11_load_image): max_anim From: Hiroyuki Ito --- w3mimg/w3mimg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'w3mimg/w3mimg.h') diff --git a/w3mimg/w3mimg.h b/w3mimg/w3mimg.h index 639d41c..0e7bc26 100644 --- a/w3mimg/w3mimg.h +++ b/w3mimg/w3mimg.h @@ -1,4 +1,4 @@ -/* $Id: w3mimg.h,v 1.5 2002/09/09 13:59:24 ukai Exp $ */ +/* $Id: w3mimg.h,v 1.6 2003/03/24 15:45:58 ukai Exp $ */ #include "config.h" #ifdef USE_W3MIMG_FB @@ -16,6 +16,7 @@ typedef struct _w3mimg_op { void *priv; /* driver specific data */ int width, height; /* window width, height */ int offset_x, offset_y; /* offset */ + int max_anim; int (*init) (struct _w3mimg_op * self); int (*finish) (struct _w3mimg_op * self); -- cgit v1.2.3