Andreas Volz wrote:
Am Sun, 14 Mar 2004 14:19:48 +0100 schrieb Kim Woelders:


To test E16 (use CVS, 0.16.6 is old news)
- use it


Ok, I compiled e16-cvs. It works but...

checking for XF86VidModeQueryExtension in -lXxf86vm... yes
checking for XRRQueryExtension in -lXrandr... yes
checking X11/extensions/Xrandr.h usability... no
checking X11/extensions/Xrandr.h presence... yes
configure: WARNING: X11/extensions/Xrandr.h: present but cannot be
compiled configure: WARNING: X11/extensions/Xrandr.h: check for
missing prerequisite headers? configure: WARNING:
X11/extensions/Xrandr.h: see the Autoconf documentation configure:
WARNING: X11/extensions/Xrandr.h: section "Present But Cannot Be
Compiled" configure: WARNING: X11/extensions/Xrandr.h: proceeding with
the preprocessor's result configure: WARNING: X11/extensions/Xrandr.h:
in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for X11/extensions/Xrandr.h... yes
...


Yes, I saw that too, but this is experimental stuff, I was lazy, things worked, <insert more lame excuses here>...
This fix in configure.in makes things work without complaints for me:
< AC_CHECK_HEADERS(X11/extensions/Xrandr.h)
---
> AC_CHECK_HEADERS(X11/extensions/Xrandr.h,,,[#include <X11/Xlib.h>])



- in particular, pay attention to the interaction between
   apps and the WM, like moving, resizing, stacking, placement,
   focus, remembered settings, etc.
- report problems to this list including instructions on how
   to reproduce


There is a problem that deranges me also in older e16 versions. Here is
a problem reproducing instruction:

- open a windows (e.g. xterm)
- make it sticky
- move around some virtual desktops
- see that the windows is always on the same place without flickering
- move it around some multible desktops (for example with wheelmouse)
- see that the sticky window is flickering

This is very bad if using the pager or the Gnome panel with multible
desktops. I tried it with metacity (seems to use also multible desktops)
and there's no flickering. So I think this behavior could be changed.


- track down the problems, if you are up to that :)


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.


/Kim


------------------------------------------------------- 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