On Fri, 01 Jul 2005 08:02:49 +0800 Stafford Horne <[EMAIL PROTECTED]> babbled:
> Hello, > > I got started with the winlist configuration. Did the exporting and some > testing. All config values seem to work correctly. > > One thing I noticed is that the warp_while_selecting option is only > honored while the focus_policy is not CLICK. Is that by definition? I > would think that some would want to have warping for any focus policy. its required by definition. the pointer must end up in the app after winlist pops down because winlist retains a grab - or the window may be UNDER the winlist. so that means e then gets a mouse leave/enter event into a new widnow and then responds by changing the focus wherever the mouse is. since x is asymc this event may come at any time after we pop down. so to save a LOOOT of pain and hacky hacky hack code that likely will have more bugs in it than anything else and likely still will not work in some cases, i made it raw policy that if you have pointer or sloppy focus the mouse pointer MUST end up IN the client window at the need of an alt-tab session. it may do what it wants while winlist is up, but at the end must be in the window you tabbed to. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 [EMAIL PROTECTED] Tokyo, Japan (東京 日本) ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
