paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test windowresize.cpp,1.1,1.1.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test windowresize.cpp,1.1,1.1.6.1
Date: Thu, 19 Jun 2003 07:34:35 -0400

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

Modified Files:
      Tag: devel-1-0
        windowresize.cpp 
Log Message:
check if buttonless windows are working



Index: windowresize.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/windowresize.cpp,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -C2 -r1.1 -r1.1.6.1
*** windowresize.cpp    15 Apr 2002 13:31:31 -0000      1.1
--- windowresize.cpp    19 Jun 2003 11:34:32 -0000      1.1.6.1
***************
*** 11,18 ****
     app.InitScreen( 640, 480 );
  
!    PG_Window a( NULL, PG_Rect( 10, 10, 100, 100 ),
! "Window 98, the most reliable window yet." );
!    PG_Window b( NULL, PG_Rect( 60, 110, 100, 100 ),
! "Window XP, ." );
  
     a.SizeWidget( 400, 200 );
--- 11,16 ----
     app.InitScreen( 640, 480 );
  
!    PG_Window a( NULL, PG_Rect( 10, 10, 100, 100 ), "Window 98, the most 
reliable window yet.", 0);
!    PG_Window b( NULL, PG_Rect( 60, 110, 100, 100 ), "Window XP, .", 0);
  
     a.SizeWidget( 400, 200 );





reply via email to

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