Fixed spacing
This commit is contained in:
parent
3a83076de1
commit
c9c3d0381a
5 changed files with 409 additions and 413 deletions
|
@ -99,7 +99,6 @@ afterDelay:0.0];
|
||||||
SDL_SendQuit();
|
SDL_SendQuit();
|
||||||
/* hack to prevent automatic termination. See SDL_uikitevents.m for details */
|
/* hack to prevent automatic termination. See SDL_uikitevents.m for details */
|
||||||
longjmp(*(jump_env()), 1);
|
longjmp(*(jump_env()), 1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) applicationWillResignActive:(UIApplication*)application
|
- (void) applicationWillResignActive:(UIApplication*)application
|
||||||
|
|
|
@ -50,7 +50,6 @@ UIKit_PumpEvents(_THIS)
|
||||||
result = CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, TRUE);
|
result = CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, TRUE);
|
||||||
} while(result == kCFRunLoopRunHandledSource);
|
} while(result == kCFRunLoopRunHandledSource);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vi: set ts=4 sw=4 expandtab: */
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
|
|
@ -141,8 +141,6 @@ void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context)
|
||||||
SDL_uikitopenglview *view = (SDL_uikitopenglview *)context;
|
SDL_uikitopenglview *view = (SDL_uikitopenglview *)context;
|
||||||
/* this will also delete it */
|
/* this will also delete it */
|
||||||
[view removeFromSuperview];
|
[view removeFromSuperview];
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue