openbox/render/image.h

10 lines
163 B
C
Raw Normal View History

2003-03-26 05:38:13 +00:00
#ifndef __image_h
#define __image_h
#include "render.h"
#include "../kernel/geom.h"
2003-06-21 02:00:42 +00:00
void image_draw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area);
2003-03-26 05:38:13 +00:00
#endif