# HG changeset patch # User Holmes Futrell # Date 1218845947 0 # Node ID 907b96da79696ed2e2aec172d14eb4a730bfc372 # Parent ac67f7719ba8df0569a44aab9025ff6ce2285eac whitespace diff -r ac67f7719ba8 -r 907b96da7969 src/video/uikit/SDL_uikitopenglview.h --- 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 #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 {