comparison src/video/uikit/SDL_uikitopengles.m @ 5135:5f09cb749d75

Added vim spacing hints
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 09:00:47 -0800
parents 7b7da52e8775
children 115fff0641ee
comparison
equal deleted inserted replaced
5134:7b7da52e8775 5135:5f09cb749d75
141 SDL_uikitopenglview *view = (SDL_uikitopenglview *)context; 141 SDL_uikitopenglview *view = (SDL_uikitopenglview *)context;
142 /* this will also delete it */ 142 /* this will also delete it */
143 [view removeFromSuperview]; 143 [view removeFromSuperview];
144 } 144 }
145 145
146 146 /* vi: set ts=4 sw=4 expandtab: */