[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/test windowtest.cpp,1.1.1.1.6.2,1.1.1.1.6.3
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/test windowtest.cpp,1.1.1.1.6.2,1.1.1.1.6.3 |
Date: |
Mon, 17 Jun 2002 10:25:44 -0400 |
Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv29318/test
Modified Files:
Tag: devel-1-0
windowtest.cpp
Log Message:
fixed a bug in PG_Widget::Hide()
Index: windowtest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/windowtest.cpp,v
retrieving revision 1.1.1.1.6.2
retrieving revision 1.1.1.1.6.3
diff -C2 -r1.1.1.1.6.2 -r1.1.1.1.6.3
*** windowtest.cpp 17 Jun 2002 13:25:19 -0000 1.1.1.1.6.2
--- windowtest.cpp 17 Jun 2002 14:25:42 -0000 1.1.1.1.6.3
***************
*** 44,48 ****
app=new PG_Application();
app->SetEmergencyQuit(true);
! app->LoadTheme("default");
app->InitScreen(800,600,0,SDL_SWSURFACE);
--- 44,48 ----
app=new PG_Application();
app->SetEmergencyQuit(true);
! app->LoadTheme("simple");
app->InitScreen(800,600,0,SDL_SWSURFACE);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/test windowtest.cpp,1.1.1.1.6.2,1.1.1.1.6.3,
Alexander Pipelka <address@hidden> <=