Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19927

Modified Files:
        osd.py 
Log Message:
Return the max_y, int() rounds down

Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** osd.py      6 Jul 2003 19:27:53 -0000       1.62
--- osd.py      6 Jul 2003 19:39:40 -0000       1.63
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.63  2003/07/06 19:39:40  dischi
+ # Return the max_y, int() rounds down
+ #
  # Revision 1.62  2003/07/06 19:27:53  dischi
  # remove some old stuff
***************
*** 784,788 ****
              y0 += line_height
  
!         return r, (min_x, y, max_x, int(y+height_needed))
      
  
--- 787,794 ----
              y0 += line_height
  
!         max_y = int(y+height_needed)
!         if max_y < y+height_needed:
!             max_y += 1
!         return r, (min_x, y, max_x, max_y)
      
  




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to