summaryrefslogtreecommitdiff
path: root/pixwrap.h
blob: 965776d55db11cd9340d54eb7d770cc309fcb200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <pixman.h>

typedef struct pix_context_t pix_context_t;

struct
{
    
} pix_image_t *image;

typedef enum
{
    PIX_DEST
} pix_register_t;

pix_context_t *pix_context_create (void);