On Sat, 20 Mar 2004 12:09:07 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled:

> Am Tue, 16 Mar 2004 19:43:35 +0100 schrieb Kim Woelders:
> 
> > > First I need to know why this problem apears. Is there an "easy" way
> > > to solve it? Perhaps you've some more comments to this problem...
> > > 
> > This may be a tricky one. First, Metacity's multiple desktop switching
> > works more like E's virtual desktop switching. E's multiple desktop 
> > switch involves moving ("reparenting") the windows to another
> > (virtual) root window.
> > Without having looked into things I guess that the flicker is caused
> > by an expose event caused by something that happens during the
> > reparenting process (in GotoDesktop()).
> > It may be possible to avoid the flicker by rewriting something here.
> 
> Thanks for your answer about this manner. As far as you could see it,
> will this problem also be there in E17?

the flicker is directly related to the reparenting. there is nothing you can do
about it as x is not smart enough to realise a window was reparented but to the
same identical on-screen location.

the only way is to simply not reparent. for e17 i will not be doing this trick -
sticky windows wont exist across multiple virtual roots - it simply wont be
allowed. each virtual root will be considered as an almost separate entity (ie
screen). virtual desktops are done just by moving/mapping/unmapping

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
熊耳 - 車君 (数田)                  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to