diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:31:07 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:31:07 +0000 |
commit | eec657d1404d084461748bfa468bfedebbb6f22f (patch) | |
tree | 5d1b6123dab4b479efd1079da705c95d0c99915e /w3mimg/fb/fb_gdkpixbuf.h | |
parent | indent (diff) | |
download | w3m-eec657d1404d084461748bfa468bfedebbb6f22f.tar.gz w3m-eec657d1404d084461748bfa468bfedebbb6f22f.zip |
indent
Diffstat (limited to 'w3mimg/fb/fb_gdkpixbuf.h')
-rw-r--r-- | w3mimg/fb/fb_gdkpixbuf.h | 12 |
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 |