paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/test animation.cpp,1.1.6.2,1.1.6.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test animation.cpp,1.1.6.2,1.1.6.3
Date: Wed, 29 May 2002 09:33:04 -0400

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv7328/test

Modified Files:
      Tag: devel-1-0
        animation.cpp 
Log Message:
added old single timer (SDL_SetTimer) support to PG_TimerObject



Index: animation.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/animation.cpp,v
retrieving revision 1.1.6.2
retrieving revision 1.1.6.3
diff -C2 -r1.1.6.2 -r1.1.6.3
*** animation.cpp       29 May 2002 09:25:18 -0000      1.1.6.2
--- animation.cpp       29 May 2002 13:33:02 -0000      1.1.6.3
***************
*** 17,20 ****
--- 17,21 ----
  #include "pgscrollbar.h"
  #include "pgtimerobject.h"
+ #include "pglog.h"
  
  #define ID_APP_EXIT           1
***************
*** 214,217 ****
--- 215,220 ----
        tickstate++;
        
+       PG_LogDBG("eventTimer(%i, %i)", id, interval);
+       
        if(tickstate >= 40) {
                tickstate = 0;
***************
*** 300,304 ****
                );
  
!       anim_test.AddTimer(500);
        anim_test.Show();
  
--- 303,307 ----
                );
  
!       anim_test.AddTimer(400);
        anim_test.Show();
  
***************
*** 308,312 ****
          );
          
!       anim_test2.AddTimer(50);
        anim_test2.Show();
  
--- 311,316 ----
          );
          
!       anim_test2.AddTimer(40);
!       anim_test2.AddTimer(20);
        anim_test2.Show();
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]