]>
Dogcows Code - chaz/openbox/blob - render/mask.h
5 #include "kernel/geom.h"
7 pixmap_mask
*pixmap_mask_new(int w
, int h
, char *data
);
8 pixmap_mask
*pixmap_mask_copy(pixmap_mask
*src
);
9 void pixmap_mask_free(pixmap_mask
*m
);
10 void mask_draw(Pixmap p
, TextureMask
*m
, Rect
*position
);
This page took 0.033554 seconds and 4 git commands to generate.