Am Thu, 13 Jul 2006 14:42:07 -0500 schrieb "Nathan Ingersoll" <[EMAIL PROTECTED]>:
> Sounds like your composite manager is preventing E from receiving > expose events (and maybe some other events) for its windows. The > solution is not to force a redraw, but to find why these events are > not being received. > ok I checked this case in more detail. A bit confusing is that there are only window-damage(expose) events for the border area when it is not shaded, when it is shaded no damage events are generated... The composite part gets all its events from ecore, I put the handlers in e_manager(since it has prototypes for allmost all handlers i needed:), so it shouldn´t be possible that events are blocked. Ahhhhhh, this moment I got it: there are no damage-extension events send for the border area to tell the compositor to update that part.. I probably should read the damage-extension specification. > xcomp has been working on a composite manager in CVS called bling, > that might give you some hints to find the problem. > Thanks. I´ll have a look at that. > Good luck, > Nathan > > On 7/13/06, mista <[EMAIL PROTECTED]> wrote: > > Hello, > > > > it might be a stupid question, but I tried some time to figure out > > how the border frame gets redrawn when switching desktops. The > > thing is I´m experimenting with a compositor for e17 and for the > > first sketches it works surprisingly well:) > > My big problem is that when I switch from a desktop with > > bordered(the edje frame) windows and then switch back to it the > > frame doesn´t get redrawn. though the border is surely there since > > menu and buttons work in the invisible area and the frame gets > > shown when it is resized. > > > > Any hint for what is needed to have a e_border_redraw() function is > > much appreciated. > > > > regards, > > Jeff > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? Get stuff done quickly with pre-integrated technology to > > make your job easier Download IBM WebSphere Application Server > > v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ enlightenment-devel > > mailing list [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? Get stuff done quickly with pre-integrated technology to > make your job easier Download IBM WebSphere Application Server > v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ enlightenment-devel > mailing list [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
