Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20493/src/image

Modified Files:
        viewer.py 
Log Message:
no need to convert layer

Index: viewer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** viewer.py   25 Apr 2004 11:23:58 -0000      1.43
--- viewer.py   2 May 2004 09:21:16 -0000       1.44
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.44  2004/05/02 09:21:16  dischi
+ # no need to convert layer
+ #
  # Revision 1.43  2004/04/25 11:23:58  dischi
  # Added support for animations. Most of the code is from Viggo Fredriksen
***************
*** 260,265 ****
  
              if config.IMAGEVIEWER_BLEND_STEPS:
!                 blend = Transition(self.osd.screen.convert(),
!                                    screen.convert() )
                  blend.start()
                  while not blend.finished:
--- 263,267 ----
  
              if config.IMAGEVIEWER_BLEND_STEPS:
!                 blend = Transition(self.osd.screen, screen)
                  blend.start()
                  while not blend.finished:



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to