]> Dogcows Code - chaz/openbox/blobdiff - render/image.h
save teh client for interactive actions cuz after teh keyboard is grabbed there is...
[chaz/openbox] / render / image.h
index e92ce0f694a02eeb50a4efe638d2f1db1169e409..639168d2212167c86296818355dfb26808f35bb4 100644 (file)
@@ -2,8 +2,10 @@
 #define __image_h
 
 #include "render.h"
-#include "../kernel/geom.h"
+#include "geom.h"
 
-void image_draw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area);
+void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
+                 gint target_w, gint target_h,
+                 RrRect *area);
 
 #endif
This page took 0.021136 seconds and 4 git commands to generate.