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.7,1.10.2.8


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/core pgapplication.cpp,1.10.2.7,1.10.2.8
Date: Thu, 10 Oct 2002 15:16:22 -0400

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

Modified Files:
      Tag: devel-opengl
        pgapplication.cpp 
Log Message:
Updates and bugrepairs;  still outstanding some of OpenGL driver not yet 
operational.  As it sits most of the system works now.


Index: pgapplication.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/pgapplication.cpp,v
retrieving revision 1.10.2.7
retrieving revision 1.10.2.8
diff -C2 -r1.10.2.7 -r1.10.2.8
*** pgapplication.cpp   8 Oct 2002 17:41:49 -0000       1.10.2.7
--- pgapplication.cpp   10 Oct 2002 19:16:20 -0000      1.10.2.8
***************
*** 131,134 ****
--- 131,135 ----
        /* atexit(SDL_Quit); */
  
+ #if 0
        /* drawable handles the videosystem init */
          if (drawable == NULL) {
***************
*** 137,140 ****
--- 138,142 ----
        }
        drawable->init(SDL_INIT_VIDEO);
+ #endif
  
        //pGlobalApp = this;
***************
*** 184,187 ****
--- 186,190 ----
                __drawable = true;
                drawable = PG_Draw::PG_Draw::GetDefaultDrawable();
+               drawable->init(SDL_INIT_VIDEO);
        }
  
***************
*** 1318,1321 ****
--- 1321,1325 ----
                   __drawable = true;
                   d = PG_Draw::PG_Draw::GetDefaultDrawable();
+                  d->init(SDL_INIT_VIDEO);
           } else {
                   return;
***************
*** 1323,1326 ****
--- 1327,1331 ----
        }
          drawable = d;
+       d->init(SDL_INIT_VIDEO);
  }
     





reply via email to

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