]> Dogcows Code - chaz/openbox/blobdiff - render/image.h
Introducing the icon cache.
[chaz/openbox] / render / image.h
index 1c53596077873be6649def4cbc05b6a1957a20e9..28f29c2c57dd089373c39d267684a93cc6d58e43 100644 (file)
 #include "render.h"
 #include "geom.h"
 
-void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
-                 gint target_w, gint target_h,
-                 RrRect *area);
+void RrImageDrawImage(RrPixel32 *target, RrTextureImage *img,
+                      gint target_w, gint target_h,
+                      RrRect *area);
+void RrImageDrawRGBA(RrPixel32 *target, RrTextureRGBA *rgba,
+                     gint target_w, gint target_h,
+                     RrRect *area);
 
 #endif
This page took 0.019976 seconds and 4 git commands to generate.