openbox/render/image.h

12 lines
220 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,
gint target_w, gint target_h,
RrRect *area);
2003-03-26 05:38:13 +00:00
#endif