[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.7,1.8
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.7,1.8 |
Date: |
Tue, 30 Apr 2002 10:51:16 -0400 |
Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv311/src/core
Modified Files:
pgapplication.cpp
Log Message:
inlined some often used functions (have to check if this works for windows)
Index: pgapplication.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgapplication.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pgapplication.cpp 30 Apr 2002 14:07:19 -0000 1.7
--- pgapplication.cpp 30 Apr 2002 14:51:13 -0000 1.8
***************
*** 224,228 ****
}
! void PG_Application::DrawCursor() {
int x, y;
PG_Rect saved;
--- 224,228 ----
}
! void PG_Application::DrawCursor(bool bUpdate) {
int x, y;
PG_Rect saved;
***************
*** 243,247 ****
my_mouse_position.my_ypos = y;
SDL_BlitSurface(my_mouse_pointer, 0, screen, &my_mouse_position);
! if(!GetBulkMode()) {
SDL_UpdateRects(screen, 1, &saved);
SDL_UpdateRects(screen, 1, &my_mouse_position);
--- 243,247 ----
my_mouse_position.my_ypos = y;
SDL_BlitSurface(my_mouse_pointer, 0, screen, &my_mouse_position);
! if(!GetBulkMode() && bUpdate) {
SDL_UpdateRects(screen, 1, &saved);
SDL_UpdateRects(screen, 1, &my_mouse_position);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.7,1.8,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/include pgapplication.h,1.8,1.9 pgwidget.h,1.9,1.10
- Next by Date:
[paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.9,1.10 pgwindow.cpp,1.6,1.7
- Previous by thread:
[paragui-cvs] CVS: paragui/include pgapplication.h,1.8,1.9 pgwidget.h,1.9,1.10
- Next by thread:
[paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.9,1.10 pgwindow.cpp,1.6,1.7
- Index(es):