fix indent

This commit is contained in:
Fumitoshi UKAI
2002-09-09 13:59:09 +00:00
parent a9a1915238
commit 0317882329
5 changed files with 59 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: w3mimg.h,v 1.4 2002/07/22 16:17:32 ukai Exp $ */
/* $Id: w3mimg.h,v 1.5 2002/09/09 13:59:24 ukai Exp $ */
#include "config.h"
#ifdef USE_W3MIMG_FB
@@ -29,7 +29,7 @@ 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,
int (*get_image_size) (struct _w3mimg_op * self, W3MImage * img,
char *fname, int *w, int *h);
} w3mimg_op;