[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/test gltest.cpp,1.1.2.4,1.1.2.5
From: |
Teunis Peters <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/test gltest.cpp,1.1.2.4,1.1.2.5 |
Date: |
Thu, 24 Oct 2002 12:08:15 -0400 |
Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv4924/test
Modified Files:
Tag: devel-opengl
gltest.cpp
Log Message:
A number of updates - please review. Probably will remove some of these
features. Almost solved the OpenGL driver problems....
Index: gltest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/Attic/gltest.cpp,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** gltest.cpp 7 Oct 2002 22:23:26 -0000 1.1.2.4
--- gltest.cpp 24 Oct 2002 16:08:13 -0000 1.1.2.5
***************
*** 301,307 ****
};
- app.LoadTheme("default");
-
app.InitScreen(640, 480, 0, SDL_DOUBLEBUF);
if (SDL_GetVideoSurface() != NULL) {
--- 301,306 ----
};
app.InitScreen(640, 480, 0, SDL_DOUBLEBUF);
+ app.LoadTheme("default");
if (SDL_GetVideoSurface() != NULL) {
***************
*** 323,326 ****
--- 322,326 ----
myButton.Show();
+ #if 0
PG_MenuBar menubar(NULL, PG_Rect(100, 0, 400, 30));
PG_PopupMenu popmenu(NULL, 425, 140, "File");
***************
*** 329,332 ****
--- 329,333 ----
menubar.Add("File", &popmenu);
menubar.Show();
+ #endif
#if 0
***************
*** 347,350 ****
--- 348,352 ----
#endif
+ #if 0
PlayField2 anim_test2(NULL,
PG_Rect(260, 300, 120, 100)
***************
*** 353,356 ****
--- 355,359 ----
anim_test2.AddTimer(20);
anim_test2.Show();
+ #endif
app.Run();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/test gltest.cpp,1.1.2.4,1.1.2.5,
Teunis Peters <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/src/draw/opengl TODO,NONE,1.1.2.1 pgglsurf.cpp,NONE,1.1.2.1
- Next by Date:
[paragui-cvs] CVS: paragui/src/widgets Makefile.am,1.5,1.5.2.1
- Previous by thread:
[paragui-cvs] CVS: paragui/src/draw/opengl TODO,NONE,1.1.2.1 pgglsurf.cpp,NONE,1.1.2.1
- Next by thread:
[paragui-cvs] CVS: paragui/src/widgets Makefile.am,1.5,1.5.2.1
- Index(es):