SDL : Comments fixed and added in SDLDrawable class
authorGeoffrey Hecht <geoffrey.hecht@gmail.com>
Wed, 29 Jan 2014 17:43:50 +0000 (12:43 -0500)
committerJean Privat <jean@pryen.org>
Wed, 12 Feb 2014 13:50:13 +0000 (08:50 -0500)
signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

lib/mnit_linux/sdl.nit

index f0d066c..f09af58 100644 (file)
@@ -156,6 +156,7 @@ extern SDLDisplay in "C" `{SDL_Surface *`}
        fun show_cursor( show: Bool ) `{ SDL_ShowCursor( show ); `}
 end
 
+# Basic Drawing figures
 extern SDLDrawable in "C" `{SDL_Surface*`}
        super Drawable