]> icculus.org git repositories - mikachu/openbox.git/blob - render/image.h
simply the render interface by not requiring the setting of all the areas. only take...
[mikachu/openbox.git] / render / image.h
1 #ifndef __image_h
2 #define __image_h
3
4 #include "render.h"
5 #include "../kernel/geom.h"
6
7 void image_draw(pixel32 *target, TextureRGBA *rgba, Rect *area);
8
9 #endif