Beispiel #1
0
static int setBackground(RGB32 *src)
{
	image_bgset_y(src);
	bgIsSet = 1;

	return 0;
}
Beispiel #2
0
static int setBackground(effect* e, RGB32 *src)
{
    mosaic_t * priv = e->priv;
    image_bgset_y(e, src);
    priv->bgIsSet = 1;

    return 0;
}