diff options
Diffstat (limited to 'w3mimg/w3mimg.h')
-rw-r--r-- | w3mimg/w3mimg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/w3mimg/w3mimg.h b/w3mimg/w3mimg.h index 998fdc2..4c8f404 100644 --- a/w3mimg/w3mimg.h +++ b/w3mimg/w3mimg.h @@ -1,4 +1,4 @@ -/* $Id: w3mimg.h,v 1.3 2002/07/18 15:14:51 ukai Exp $ */ +/* $Id: w3mimg.h,v 1.4 2002/07/22 16:17:32 ukai Exp $ */ #include "config.h" #ifdef USE_W3MIMG_FB @@ -29,6 +29,8 @@ typedef struct _w3mimg_op { int (*show_image) (struct _w3mimg_op * self, W3MImage * img, int sx, int sy, int sw, int sh, int x, int y); void (*free_image) (struct _w3mimg_op * self, W3MImage * img); + int (*get_image_size) (struct _w3mimg_op * self, W3MImage * img, + char *fname, int *w, int *h); } w3mimg_op; #ifdef USE_W3MIMG_X11 |