summary refs log tree commit diff stats
path: root/lib/newwrap/sdl/sdl.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-01-08 00:29:58 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-01-08 00:29:58 +0100
commit868f8f8af7b2813a2ff95d5bf58ae918d3e4bfa3 (patch)
tree4ceb2cd89e5763a6662ce3297c852c2dcd5965f7 /lib/newwrap/sdl/sdl.nim
parenta8303679960a13aa9ddd1f2fa44c2e4f9a12f071 (diff)
downloadNim-868f8f8af7b2813a2ff95d5bf58ae918d3e4bfa3.tar.gz
further development of new wrappers
Diffstat (limited to 'lib/newwrap/sdl/sdl.nim')
-rwxr-xr-xlib/newwrap/sdl/sdl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/newwrap/sdl/sdl.nim b/lib/newwrap/sdl/sdl.nim
index 40f2fafff..48553f96d 100755
--- a/lib/newwrap/sdl/sdl.nim
+++ b/lib/newwrap/sdl/sdl.nim
@@ -752,7 +752,7 @@ type
   THandle* = int              #SDL_types.h types
                               # Basic data types
   TBool* = enum 
-    FALSE, TRUE
+    sdlFALSE, sdlTRUE
   PUInt8Array* = ptr TUInt8Array
   PUInt8* = ptr UInt8
   PPUInt8* = ptr PUInt8