diff options
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 |