Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
c9c3d038
Commit
c9c3d038
authored
Feb 01, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spacing
parent
3a83076d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
122 additions
and
126 deletions
+122
-126
SDL_uikitappdelegate.m
src/video/uikit/SDL_uikitappdelegate.m
+42
-43
SDL_uikitevents.m
src/video/uikit/SDL_uikitevents.m
+18
-19
SDL_uikitopengles.m
src/video/uikit/SDL_uikitopengles.m
+62
-64
No files found.
src/video/uikit/SDL_uikitappdelegate.m
View file @
c9c3d038
...
@@ -99,7 +99,6 @@ afterDelay:0.0];
...
@@ -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
...
...
src/video/uikit/SDL_uikitevents.m
View file @
c9c3d038
...
@@ -50,7 +50,6 @@ UIKit_PumpEvents(_THIS)
...
@@ -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: */
src/video/uikit/SDL_uikitopengles.m
View file @
c9c3d038
...
@@ -141,8 +141,6 @@ void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context)
...
@@ -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
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment