all repos — openbox @ 5a24f4c1c6e46df5da4a52684bd75445f6450aed

openbox fork - make it a bit more like ryudo

render/image.h (raw)

1
2
3
4
5
6
7
8
9
10
11
#ifndef __image_h
#define __image_h

#include "render.h"
#include "geom.h"

void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
                 gint target_w, gint target_h,
                 RrRect *area);

#endif