]> Dogcows Code - chaz/openbox/blobdiff - render/image.h
make openbox base-dir spec compliant, and change the theme dir structure, so that...
[chaz/openbox] / render / image.h
index 84f61d770374066a2df6925cb931938a25daf180..639168d2212167c86296818355dfb26808f35bb4 100644 (file)
@@ -2,9 +2,10 @@
 #define __image_h
 
 #include "render.h"
-#include "../kernel/geom.h"
+#include "geom.h"
 
-void image_draw(pixel32 *target, TextureRGBA *rgba, Rect *position,
-                Rect *surarea);
+void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
+                 gint target_w, gint target_h,
+                 RrRect *area);
 
 #endif
This page took 0.022438 seconds and 4 git commands to generate.