[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: App Icon patch revision
From: |
Dan Pascu |
Subject: |
Re: App Icon patch revision |
Date: |
Mon, 5 Feb 2001 07:47:42 +0200 (EET) |
On 5 Feb, Sungjin Chun wrote:
> Sorry for my poor english. What I want to say is that in test.c I
> attached, if window_group is set as context->drawable the
> code does not work and if window_group is set as mainWindow
> what the barflib does, works well. This is what I want to say.
> And in examples for WINGs or wmlib, they also uses this technique.
Please, I do not understand why do you insist so much in using
context->drawable for your main window? Just forget that window. Unless
you call XCreatePixmap() to create a pixmap in the context that
'context' provides, forget about context->drawable.
That is not a real window in the sense you think of it. its only a
virtual window to provide a drawable in that context, because some X
functions require a drawable even if they don't draw in it (to know the
context).
So, why do you insist on using that window, even I told you that is not
meant to be used as you want to?
--
Dan
Re: App Icon patch revision, Dan Pascu, 2001/02/05