usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/system.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/system.cpp
Date: Sun, 09 Jan 2005 04:52:29 -0500

Index: usata2/src/system.cpp
diff -u usata2/src/system.cpp:1.14 usata2/src/system.cpp:1.15
--- usata2/src/system.cpp:1.14  Mon Jan  3 07:43:49 2005
+++ usata2/src/system.cpp       Sun Jan  9 08:57:22 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: system.cpp,v 1.14 2005/01/03 07:43:49 skunix Exp $
+// $Id: system.cpp,v 1.15 2005/01/09 08:57:22 skunix Exp $
 
 #include "system.hpp"
 #include <SDL.h>
@@ -137,6 +137,10 @@
        }
 
 
+void swap_buffers()
+{
+       SDL_GL_SwapBuffers();
+}
 
 namespace time
 {




reply via email to

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