[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.10.2.11,1.10.2.1
From: |
Teunis Peters <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.10.2.11,1.10.2.12 |
Date: |
Thu, 31 Oct 2002 19:34:17 -0500 |
Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv14284/src/core
Modified Files:
Tag: devel-opengl
pgapplication.cpp
Log Message:
Dummy core now operational - fix buglets in pgapplication which caused problems
with this driver and would with further drivers...
Index: pgapplication.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgapplication.cpp,v
retrieving revision 1.10.2.11
retrieving revision 1.10.2.12
diff -C2 -r1.10.2.11 -r1.10.2.12
*** pgapplication.cpp 31 Oct 2002 10:38:03 -0000 1.10.2.11
--- pgapplication.cpp 1 Nov 2002 00:34:14 -0000 1.10.2.12
***************
*** 493,497 ****
if(!my_background) {
SDL_Color c = my_backcolor;
! screen->FillRect(fillrect, SDL_MapRGB(screen->GetFormat(), c.r,
c.g, c.b));
PG_Application::UnlockScreen();
return;
--- 493,497 ----
if(!my_background) {
SDL_Color c = my_backcolor;
! screen->FillRect(fillrect, screen->MapRGB(c.r, c.g, c.b));
PG_Application::UnlockScreen();
return;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.10.2.11,1.10.2.12,
Teunis Peters <address@hidden> <=