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
a633daa1
Commit
a633daa1
authored
Jun 10, 2010
by
Paul Hunkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed #includes to fix naming conventions
parent
84cd073e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
SDL_androidgl.c
src/video/android/SDL_androidgl.c
+2
-2
SDL_androidvideo.c
src/video/android/SDL_androidvideo.c
+2
-2
No files found.
src/video/android/SDL_androidgl.c
View file @
a633daa1
...
...
@@ -31,8 +31,8 @@
#include "../../events/SDL_events_c.h"
#include "SDL_androidvideo.h"
#include "SDL_androidevents
_c
.h"
#include "SDL_androidrender
_c
.h"
#include "SDL_androidevents.h"
#include "SDL_androidrender.h"
/* Android header */
#include "egl.h"
...
...
src/video/android/SDL_androidvideo.c
View file @
a633daa1
...
...
@@ -31,8 +31,8 @@
#include "../../events/SDL_events_c.h"
#include "SDL_androidvideo.h"
#include "SDL_androidevents
_c
.h"
#include "SDL_androidrender
_c
.h"
#include "SDL_androidevents.h"
#include "SDL_androidrender.h"
#define ANDROID_VID_DRIVER_NAME "Android"
...
...
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