]>
Dogcows Code - chaz/openbox/blob - render/mask.h
5 #include "kernel/geom.h"
7 RrPixmapMask
*RrPixmapMaskNew(const RrInstance
*inst
,
8 gint w
, gint h
, const gchar
*data
);
9 void RrPixmapMaskFree(RrPixmapMask
*m
);
10 RrPixmapMask
*RrPixmapMaskCopy(const RrPixmapMask
*src
);
11 void RrPixmapMaskDraw(Pixmap p
, const RrTextureMask
*m
, const Rect
*area
);
This page took 0.032608 seconds and 4 git commands to generate.