summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-03-28 03:01:12 +0000
committerDerek Foreman <manmower@gmail.com>2003-03-28 03:01:12 +0000
commit175271a1267bba092a7b0c51f95e3b7bf148b664 (patch)
tree3b41ef49bc0e02e7c183bd045d497cb3e9a50d65 /render/render.h
parent9a49853466629866fc762bd21a4d7ec1a1d27353 (diff)
fix draw order in x_paint
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h
index a983c783..d3752e65 100644
--- a/render/render.h
+++ b/render/render.h
@@ -151,4 +151,6 @@ Appearance *appearance_new(SurfaceType type, int numtex);
Appearance *appearance_copy(Appearance *a);
void appearance_free(Appearance *a);
void truecolor_startup(void);
+void pixel32_to_pixmap(pixel32 *in, Pixmap out, int x, int y, int w, int h);
+
#endif /*__render_h*/