openbox/render/image.h

9 lines
156 B
C

#ifndef __image_h
#define __image_h
#include "render.h"
#include "geom.h"
void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, RrRect *area);
#endif