|
From: <sr...@us...> - 2003-10-26 09:51:14
|
Update of /cvsroot/aedgui/aedGUI/test
In directory sc8-pr-cvs1:/tmp/cvs-serv17813/test
Modified Files:
main.cpp testsprite.cpp
Log Message:
Small changes to the test programs so they now compile.
Index: main.cpp
===================================================================
RCS file: /cvsroot/aedgui/aedGUI/test/main.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** main.cpp 25 Oct 2003 00:06:43 -0000 1.48
--- main.cpp 26 Oct 2003 08:50:59 -0000 1.49
***************
*** 34,38 ****
// desktop.setTheme(t);
! desktop.setBGColor(desktop.getTheme()->colorDefaultWindowBackground);
// widgets
--- 34,38 ----
// desktop.setTheme(t);
! desktop.setBGColor(desktop.getTheme()->colorDefaultWidgetBackground);
// widgets
Index: testsprite.cpp
===================================================================
RCS file: /cvsroot/aedgui/aedGUI/test/testsprite.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** testsprite.cpp 6 Oct 2003 08:39:20 -0000 1.13
--- testsprite.cpp 26 Oct 2003 08:50:59 -0000 1.14
***************
*** 92,96 ****
app.setDefaultFontName("Vera.ttf");
! aedWindow win(640, 480, true);
pDemo = new class SpriteDemo;
--- 92,97 ----
app.setDefaultFontName("Vera.ttf");
! aedWidget win(640, 480, true);
!
pDemo = new class SpriteDemo;
|