]> Dogcows Code - chaz/openbox/blobdiff - render/image.c
include stdlib for exit()
[chaz/openbox] / render / image.c
index 273879fa6fb9d1631dccaa52af1a247f8f78eefc..acd11858464ff16fba05d5279cbb5e3f9ab15af7 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <glib.h>
 
-void image_draw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area)
+void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area)
 {
     RrPixel32 *draw = rgba->data;
     gint c, i, e, t, sfw, sfh;
This page took 0.024475 seconds and 4 git commands to generate.