From 993fc6226d06f25513756251283e70054082ee8a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 18 May 2003 17:09:55 +0000 Subject: 2 in 1 deal :\ client.c stacking.c: fixing looping transient case for group transient windows. now a window which is transient for a group is *not* transient for any other transient windows in the group (perviously the other window had to be transient for the group to be excluded, now it can be transient for anything). client.c/h event.c render.c/h: adjustnig icon handling a bit. will be converting the legacy pixmap icons into rgba data so they can be handled the same as netwm icons. --- render/render.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/render.h') 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*/ -- cgit v1.2.3