paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/widgets pglineedit.cpp,1.5,1.6 pgpopupmen


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pglineedit.cpp,1.5,1.6 pgpopupmenu.cpp,1.5,1.6
Date: Mon, 06 May 2002 07:18:07 -0400

Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv12549/src/widgets

Modified Files:
        pglineedit.cpp pgpopupmenu.cpp 
Log Message:
message cleanup
moved some (more) functions from PG_MessageObject to PG_Application


Index: pglineedit.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pglineedit.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pglineedit.cpp      27 Apr 2002 15:36:55 -0000      1.5
--- pglineedit.cpp      6 May 2002 11:18:03 -0000       1.6
***************
*** 195,199 ****
  
        SDL_KeyboardEvent key_copy = *key; // copy key structure
!       TranslateNumpadKeys(&key_copy);
        // from now, we use key_copy which was copied or translated from key
  
--- 195,199 ----
  
        SDL_KeyboardEvent key_copy = *key; // copy key structure
!       PG_Application::TranslateNumpadKeys(&key_copy);
        // from now, we use key_copy which was copied or translated from key
  

Index: pgpopupmenu.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgpopupmenu.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pgpopupmenu.cpp     27 Apr 2002 15:36:55 -0000      1.5
--- pgpopupmenu.cpp     6 May 2002 11:18:03 -0000       1.6
***************
*** 667,671 ****
  bool PG_PopupMenu::eventKeyDown(const SDL_KeyboardEvent *key) {
        SDL_KeyboardEvent key_copy = *key; // copy key structure
!       TranslateNumpadKeys(&key_copy);
        // from now, we use key_copy which was copied or translated from key
  
--- 667,671 ----
  bool PG_PopupMenu::eventKeyDown(const SDL_KeyboardEvent *key) {
        SDL_KeyboardEvent key_copy = *key; // copy key structure
!       PG_Application::TranslateNumpadKeys(&key_copy);
        // from now, we use key_copy which was copied or translated from key
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]