]> Dogcows Code - chaz/openbox/blobdiff - render/image.c
this is going to break the kernel/ building.
[chaz/openbox] / render / image.c
index 351a831d655643edff0aaeead2bba86b7206f824..5209d1207c42a40949f526245cc35a2ddc336200 100644 (file)
@@ -1,11 +1,13 @@
-#include <glib.h>
 #include "../kernel/geom.h"
 #include "image.h"
+#include "color.h"
+
+#include <glib.h>
 
-void image_draw(pixel32 *target, TextureRGBA *rgba, Rect *area)
+void image_draw(pixel32 *target, RrTextureRGBA *rgba, Rect *area)
 {
     pixel32 *draw = rgba->data;
-    guint c, i, e, t, sfw, sfh;
+    gint c, i, e, t, sfw, sfh;
     sfw = area->width;
     sfh = area->height;
 
This page took 0.02174 seconds and 4 git commands to generate.