paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.10.2.13,1.10.2.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.10.2.13,1.10.2.14
Date: Mon, 04 Nov 2002 18:04:38 -0500

Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv9570/src/core

Modified Files:
      Tag: devel-opengl
        pgapplication.cpp 
Log Message:
- some PG_ListBox fixes



Index: pgapplication.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgapplication.cpp,v
retrieving revision 1.10.2.13
retrieving revision 1.10.2.14
diff -C2 -r1.10.2.13 -r1.10.2.14
*** pgapplication.cpp   4 Nov 2002 10:58:32 -0000       1.10.2.13
--- pgapplication.cpp   4 Nov 2002 23:04:34 -0000       1.10.2.14
***************
*** 182,186 ****
  bool PG_Application::InitScreen(int w, int h, int depth, Uint32 flags) {
  
!         PG_LogMSG("%s[%s:%i]", __FUNCTION__, __FILE__, __LINE__);
          if (drawable == NULL) {
                __drawable = true;
--- 182,186 ----
  bool PG_Application::InitScreen(int w, int h, int depth, Uint32 flags) {
  
!       // PG_LogMSG("%s[%s:%i]", __FUNCTION__, __FILE__, __LINE__);
          if (drawable == NULL) {
                __drawable = true;
***************
*** 887,895 ****
  }
  
! PG_Widget *PG_Application::GetWidgetByName(const char *Name) {
          return (FindInChildObjects(PG_Widget::GetWidgetList(), Name));
  }
  
! PG_Widget *PG_Application::GetWidgetById(int id) {
          return (FindInChildObjects(PG_Widget::GetWidgetList(), id));
  }
--- 887,895 ----
  }
  
! PG_Widget *PG_Application::GetWidget(const char *Name) {
          return (FindInChildObjects(PG_Widget::GetWidgetList(), Name));
  }
  
! PG_Widget *PG_Application::GetWidget(int id) {
          return (FindInChildObjects(PG_Widget::GetWidgetList(), id));
  }





reply via email to

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