summaryrefslogtreecommitdiff
path: root/linux/system.h
diff options
context:
space:
mode:
authorleo1999-12-22 14:00:36 +0000
committerleo1999-12-22 14:00:36 +0000
commit6338a7b1108e6e3e5ec3768172d1bf03cbbfc3b2 (patch)
tree526dc91f81edf33b11632172ad6c04eaab39fad9 /linux/system.h
parentc2804ce4004c57f060e7c7ab55d27a08d5a9b508 (diff)
Small bug fixes
git-svn-id: http://svn.leocad.org/trunk@40 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/system.h')
-rw-r--r--linux/system.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/system.h b/linux/system.h
index 2f53e3e..31c5251 100644
--- a/linux/system.h
+++ b/linux/system.h
@@ -89,10 +89,7 @@ inline long SystemGetTicks()
return 0;//GetTickCount();
}
-inline void SystemSwapBuffers()
-{
- // SwapBuffers(wglGetCurrentDC());
-}
+void SystemSwapBuffers();
inline bool IsKeyDown(int key)
{