aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg/fb/fb_gdkpixbuf.h
blob: 7a0d1f74598efb9957e10c2734aad7bb335e5af9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef fb_gdkpixbuf_header
#define fb_gdkpixbuf_header

#include <gdk-pixbuf/gdk-pixbuf.h>

typedef struct {
    int width;
    int height;
    int rowstride;
    int alpha;
    GdkPixbuf *pixbuf;
    guchar *pixels;
} IMAGE;

#endif