openbox/render/image.h
2003-06-21 02:00:42 +00:00

9 lines
163 B
C

#ifndef __image_h
#define __image_h
#include "render.h"
#include "../kernel/geom.h"
void image_draw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area);
#endif