[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: App Icon patch revision
From: |
Sungjin Chun |
Subject: |
Re: App Icon patch revision |
Date: |
Mon, 5 Feb 2001 15:34:34 +0900 |
I do not want to user context->drawable as main or
window_group leader(?). I just said that current
GNUstep xgps uses it. That's what I want to say.
Again, sorry for my poor english.
----- Original Message -----
From: "Dan Pascu" <dan@services.iiruc.ro>
To: "Sungjin Chun" <ninja@linuxone.co.kr>
Cc: <discuss-gnustep@gnu.org>
Sent: Monday, February 05, 2001 2:47 PM
Subject: Re: App Icon patch revision
> 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