Update of /cvsroot/freevo/freevo/skins/dischi1
In directory sc8-pr-cvs1:/tmp/cvs-serv17871

Modified Files:
        area.py 
Log Message:
Bugfix: one enhancement doesn't work right


Index: area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/skins/dischi1/area.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** area.py     5 Mar 2003 21:57:02 -0000       1.15
--- area.py     5 Mar 2003 22:14:06 -0000       1.16
***************
*** 28,31 ****
--- 28,34 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.16  2003/03/05 22:14:06  dischi
+ # Bugfix: one enhancement doesn't work right
+ #
  # Revision 1.15  2003/03/05 21:57:02  dischi
  # Added audio player. The info area is empty right now, but this skin
***************
*** 191,197 ****
              for o in self.drawlist['background']:
                  if o[0] == 'image':
!                     # redraw only the changed parts of the image
!                     for x0, y0, x1, y1 in self.updatelist['background']:
!                         self.s_bg.blit(o[1], (x0, y0), (x0-o[2], y0-o[3], x1-x0, 
y1-y0))
  
                  elif o[0] == 'rectangle':
--- 194,201 ----
              for o in self.drawlist['background']:
                  if o[0] == 'image':
!                     # redraw only the changed parts of the image (BROKEN)
!                     # for x0, y0, x1, y1 in self.updatelist['background']:
!                     # self.s_bg.blit(o[1], (x0, y0), (x0-o[2], y0-o[3], x1-x0, 
y1-y0))
!                     self.s_bg.blit(o[1], o[2:])
  
                  elif o[0] == 'rectangle':




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to