openbox/render/image.h

10 lines
156 B
C
Raw Normal View History

2003-03-26 05:38:13 +00:00
#ifndef __image_h
#define __image_h
#include "render.h"
#include "geom.h"
2003-03-26 05:38:13 +00:00
void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, RrRect *area);
2003-03-26 05:38:13 +00:00
#endif