]> Dogcows Code - chaz/openbox/blobdiff - render/image.h
remove the ob_root var, its redundant of what Xlib already provides
[chaz/openbox] / render / image.h
index b29a73042b7bbe76e03b8d0f7df9c3808290215a..5bf6ea550e70da31800be94bc7066763ae052b2e 100644 (file)
@@ -2,8 +2,8 @@
 #define __image_h
 
 #include "render.h"
-#include "../kernel/geom.h"
+#include "geom.h"
 
-void image_draw(pixel32 *target, TextureRGBA *rgba, Rect *position);
+void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, RrRect *area);
 
 #endif
This page took 0.024906 seconds and 4 git commands to generate.