Pirlouwi wrote: > Hello Stephen, > > I have the same problem at home, and I wrote for that a little patch for > freevo 1.7.1, which I adapted to 1.7.3. Here it is (in attachment). > Could you test it on your configuration? > > I think I discovered a little bug, which I already have corrected in my > patch : > > in /skins/main/xml_skin.py > def rect(self, type): > if type == 'screen': > return (self.x - config.OSD_OVERSCAN_X, self.y - > config.OSD_OVERSCAN_X, > > I think that the second occurrence of OSD_OVERSCAN_X should be replaced > by OSD_OVERSCAN_Y, to be coherent with self.y.
I'll be more than happy for put this change into the rel-1 branch as it is a nice change. Would you like to follow the instructions in the contributing section in the wiki? http://freevo.sourceforge.net/cgi-bin/doc/Contributing You may also like to change X1,X2 to XL,XR and Y1,Y2 to YT,YB to make it easier for set up. Where the letters are left, right, top and bottom. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
