X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=3fbf324958df65d20cbf6ccdfba5883f7ce3dbb8;hb=993fc6226d06f25513756251283e70054082ee8a;hp=006eaf4cdf44db2f410c7db6f537877b00b93a95;hpb=3c7bf77dd9a14f93a63f9d790c1bdcf79b63eb39;p=chaz%2Fopenbox diff --git a/render/render.h b/render/render.h index 006eaf4c..3fbf3249 100644 --- a/render/render.h +++ b/render/render.h @@ -159,4 +159,7 @@ void pixel32_to_pixmap(pixel32 *in, Pixmap out, int x, int y, int w, int h); void appearance_minsize(Appearance *l, int *w, int *h); +void render_pixmap_to_rgba(Pixmap pmap, Pixmap mask, + int *w, int *h, gulong **data); + #endif /*__render_h*/