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
9da0e1c8
Commit
9da0e1c8
authored
Sep 27, 2011
by
Kees Bakker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of the use of include files in src/video/uikit
parent
52f5e85d
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
17 deletions
+8
-17
SDL_uikitappdelegate.h
src/video/uikit/SDL_uikitappdelegate.h
+0
-1
SDL_uikitevents.h
src/video/uikit/SDL_uikitevents.h
+5
-2
SDL_uikitopengles.h
src/video/uikit/SDL_uikitopengles.h
+1
-4
SDL_uikitvideo.h
src/video/uikit/SDL_uikitvideo.h
+0
-4
SDL_uikitview.h
src/video/uikit/SDL_uikitview.h
+0
-2
SDL_uikitviewcontroller.h
src/video/uikit/SDL_uikitviewcontroller.h
+1
-2
SDL_uikitwindow.h
src/video/uikit/SDL_uikitwindow.h
+1
-2
No files found.
src/video/uikit/SDL_uikitappdelegate.h
View file @
9da0e1c8
...
...
@@ -20,7 +20,6 @@
*/
#import <UIKit/UIKit.h>
#import "SDL_uikitopenglview.h"
@interface
SDLUIKitDelegate
:
NSObject
<
UIApplicationDelegate
>
{
}
...
...
src/video/uikit/SDL_uikitevents.h
View file @
9da0e1c8
...
...
@@ -18,10 +18,13 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_config.h"
#ifndef _SDL_uikitevents_h
#define _SDL_uikitevents_h
#include "
SDL_uikit
video.h"
#include "
../SDL_sys
video.h"
extern
void
UIKit_PumpEvents
(
_THIS
);
#endif
/* _SDL_uikitevents_h */
/* vi: set ts=4 sw=4 expandtab: */
src/video/uikit/SDL_uikitopengles.h
View file @
9da0e1c8
...
...
@@ -18,13 +18,10 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_config.h"
#ifndef _SDL_uikitopengles
#define _SDL_uikitopengles
#include "
SDL_uikit
video.h"
#include "
../SDL_sys
video.h"
extern
int
UIKit_GL_MakeCurrent
(
_THIS
,
SDL_Window
*
window
,
SDL_GLContext
context
);
...
...
src/video/uikit/SDL_uikitvideo.h
View file @
9da0e1c8
...
...
@@ -18,13 +18,9 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_config.h"
#ifndef _SDL_uikitvideo_h
#define _SDL_uikitvideo_h
#include "../SDL_sysvideo.h"
#include <UIKit/UIKit.h>
extern
BOOL
SDL_UIKit_supports_multiple_displays
;
...
...
src/video/uikit/SDL_uikitview.h
View file @
9da0e1c8
...
...
@@ -20,8 +20,6 @@
*/
#import <UIKit/UIKit.h>
#include "SDL_stdinc.h"
#include "SDL_events.h"
#import "SDL_uikitviewcontroller.h"
#define IPHONE_TOUCH_EFFICIENT_DANGEROUS
...
...
src/video/uikit/SDL_uikitviewcontroller.h
View file @
9da0e1c8
...
...
@@ -21,8 +21,7 @@
#import <UIKit/UIKit.h>
#include "SDL_video.h"
#include "../SDL_sysvideo.h"
@interface
SDL_uikitviewcontroller
:
UIViewController
{
@private
...
...
src/video/uikit/SDL_uikitwindow.h
View file @
9da0e1c8
...
...
@@ -18,13 +18,12 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_config.h"
#ifndef _SDL_uikitwindow_h
#define _SDL_uikitwindow_h
#include "../SDL_sysvideo.h"
#import "SDL_uikitopenglview.h"
#import "SDL_uikitviewcontroller.h"
typedef
struct
SDL_WindowData
SDL_WindowData
;
...
...
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