]> Dogcows Code - chaz/openbox/blobdiff - render/image.c
move expand_tilde to ob_expand_tilde in openbox.c to make it global.
[chaz/openbox] / render / image.c
index 273879fa6fb9d1631dccaa52af1a247f8f78eefc..2ec710438cd32632cb8f09aabd97c7404373b1f9 100644 (file)
@@ -1,10 +1,10 @@
-#include "kernel/geom.h"
+#include "geom.h"
 #include "image.h"
 #include "color.h"
 
 #include <glib.h>
 
-void image_draw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area)
+void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, RrRect *area)
 {
     RrPixel32 *draw = rgba->data;
     gint c, i, e, t, sfw, sfh;
This page took 0.026299 seconds and 4 git commands to generate.