paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test configure.in,1.2,1.3 dblbuffer.cpp,1.2,1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test configure.in,1.2,1.3 dblbuffer.cpp,1.2,1.3 paratest.cpp,1.4,1.5
Date: Sat, 27 Apr 2002 11:36:58 -0400

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

Modified Files:
        configure.in dblbuffer.cpp paratest.cpp 
Log Message:
removed all swig #ifdef's
As nobody seems to use swig python bindings i removed this.
I want to concentrate on a clean C++ implementation.



Index: configure.in
===================================================================
RCS file: /cvsroot/paragui/paragui/test/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** configure.in        15 Apr 2002 13:31:31 -0000      1.2
--- configure.in        27 Apr 2002 15:36:55 -0000      1.3
***************
*** 4,8 ****
  dnl Setup for automake
  SDL_VERSION=1.2.0
! PARAGUI_VERSION=1.0.0
  
  dnl Detect the canonical host and target build environment
--- 4,8 ----
  dnl Setup for automake
  SDL_VERSION=1.2.0
! PARAGUI_VERSION=1.1.0
  
  dnl Detect the canonical host and target build environment

Index: dblbuffer.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/dblbuffer.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** dblbuffer.cpp       27 Apr 2002 11:57:23 -0000      1.2
--- dblbuffer.cpp       27 Apr 2002 15:36:55 -0000      1.3
***************
*** 8,20 ****
  #include "pglabel.h"
  #include "pgcheckbutton.h"
! 
! /*
! #include <cstdio>
! #include <cstdlib>
! #include <cstring>
! #include <cctype>
! 
! #include "SDL.h"
! */
  
  #include <ctime>
--- 8,12 ----
  #include "pglabel.h"
  #include "pgcheckbutton.h"
! #include "pgtheme.h"
  
  #include <ctime>

Index: paratest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/paratest.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** paratest.cpp        27 Apr 2002 12:49:21 -0000      1.4
--- paratest.cpp        27 Apr 2002 15:36:55 -0000      1.5
***************
*** 20,23 ****
--- 20,24 ----
  #include "pglog.h"
  #include "pgmenubar.h"
+ #include "pgtheme.h"
  
  #define RESX 800
***************
*** 79,87 ****
        
                // set transparency of passed in button
!               b->SetTransparency((Unit8)pos, (Unit8)pos, (Unit8)pos);
                b->Update();
  
                // set transparency of class member (progress)
!               progress->SetTransparency(data);
                progress->Update();
                return true;
--- 80,88 ----
        
                // set transparency of passed in button
!               b->SetTransparency((Uint8)pos, (Uint8)pos, (Uint8)pos);
                b->Update();
  
                // set transparency of class member (progress)
!               progress->SetTransparency((Uint8)pos);
                progress->Update();
                return true;




reply via email to

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