On Mon, Jul 03, 2006 at 10:23:37PM +0200, nico wrote: > Hello, whoever might read this! > > I found a little bug in entrance which caused a minor glitch when a > SECONDARY xinerama screen is LEFT of the primary. The Controls would > show up on the left screen, while the resolution was that of the right > screen. It is pretty simple: > > In cvs-src/e17/apps/entrance/src/client/main.c , line 1035: > > > evas_object_move(edje, 0, 0); > evas_object_resize(edje, sw, sh); > > should be: > > evas_object_move(edje, sx, sy); > evas_object_resize(edje, sw, sh); > sounds logical, doesn't it? > If someone reads this, it would be nice if you can put that into the code. > > Thanks a lot, Nico > >
Committed. Thanks! Brian 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
