Mercurial > sdl-ios-xcode
changeset 2454:907b96da7969 gsoc2008_iphone
whitespace
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Sat, 16 Aug 2008 00:19:07 +0000 |
parents | ac67f7719ba8 |
children | 0416aeddbb86 |
files | src/video/uikit/SDL_uikitopenglview.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/uikit/SDL_uikitopenglview.h Sat Aug 16 00:18:40 2008 +0000 +++ b/src/video/uikit/SDL_uikitopenglview.h Sat Aug 16 00:19:07 2008 +0000 @@ -26,9 +26,9 @@ #import <OpenGLES/ES1/glext.h> #import "SDL_uikitview.h" /* - This class wraps the CAEAGLLayer from CoreAnimation into a convenient UIView subclass. - The view content is basically an EAGL surface you render your OpenGL scene into. - Note that setting the view non-opaque will only work if the EAGL surface has an alpha channel. + This class wraps the CAEAGLLayer from CoreAnimation into a convenient UIView subclass. + The view content is basically an EAGL surface you render your OpenGL scene into. + Note that setting the view non-opaque will only work if the EAGL surface has an alpha channel. */ @interface SDL_uikitopenglview : SDL_uikitview {