aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg/fb/fb_gdkpixbuf.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 14:31:07 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 14:31:07 +0000
commiteec657d1404d084461748bfa468bfedebbb6f22f (patch)
tree5d1b6123dab4b479efd1079da705c95d0c99915e /w3mimg/fb/fb_gdkpixbuf.h
parentindent (diff)
downloadw3m-eec657d1404d084461748bfa468bfedebbb6f22f.tar.gz
w3m-eec657d1404d084461748bfa468bfedebbb6f22f.zip
indent
Diffstat (limited to 'w3mimg/fb/fb_gdkpixbuf.h')
-rw-r--r--w3mimg/fb/fb_gdkpixbuf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/w3mimg/fb/fb_gdkpixbuf.h b/w3mimg/fb/fb_gdkpixbuf.h
index b95d34c..7a0d1f7 100644
--- a/w3mimg/fb/fb_gdkpixbuf.h
+++ b/w3mimg/fb/fb_gdkpixbuf.h
@@ -4,12 +4,12 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
typedef struct {
- int width;
- int height;
- int rowstride;
- int alpha;
- GdkPixbuf *pixbuf;
- guchar *pixels;
+ int width;
+ int height;
+ int rowstride;
+ int alpha;
+ GdkPixbuf *pixbuf;
+ guchar *pixels;
} IMAGE;
#endif