adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/gfx/sdl gfx_sdl.cc, 1.1.1.1, 1.2


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/gfx/sdl gfx_sdl.cc, 1.1.1.1, 1.2
Date: Thu, 24 Jul 2003 05:58:21 -0400

Update of /cvsroot/adonthell/adonthell/src/gfx/sdl
In directory subversions:/tmp/cvs-serv13581/gfx/sdl

Modified Files:
        gfx_sdl.cc 
Log Message:
FIXES to compile on OS X

Index: gfx_sdl.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/gfx/sdl/gfx_sdl.cc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** gfx_sdl.cc  18 Jul 2003 15:16:09 -0000      1.1.1.1
--- gfx_sdl.cc  24 Jul 2003 09:58:19 -0000      1.2
***************
*** 27,30 ****
--- 27,33 ----
      bool gfx_init();
      void gfx_cleanup();
+ #ifdef __APPLE__
+     int osxinit();
+ #endif // __APPLE__
  
      gfx::surface * gfx_create_surface();
***************
*** 33,36 ****
--- 36,43 ----
  bool gfx_init()
  {
+ #ifdef __APPLE__
+     osxinit ();
+ #endif // __APPLE__
+ 
      if (SDL_InitSubSystem (SDL_INIT_VIDEO) < 0)
      {





reply via email to

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