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
f98e2268
Commit
f98e2268
authored
Dec 05, 2011
by
Ryan C. Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patched to compile.
parent
5c8b76f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SDL_cocoamodes.m
src/video/cocoa/SDL_cocoamodes.m
+2
-2
No files found.
src/video/cocoa/SDL_cocoamodes.m
View file @
f98e2268
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
#include "SDL_cocoavideo.h"
#include "SDL_cocoavideo.h"
/*
Include prototypes to avoid compiler warnings on ShowMenuBar/HideMenuBar
*/
/*
we need this for ShowMenuBar() and HideMenuBar().
*/
#include <
Menus
.h>
#include <
Carbon/Carbon
.h>
/* !!! FIXME: clean out the pre-10.6 code when it makes sense to do so. */
/* !!! FIXME: clean out the pre-10.6 code when it makes sense to do so. */
#define FORCE_OLD_API 0 || (MAC_OS_X_VERSION_MAX_ALLOWED < 1060)
#define FORCE_OLD_API 0 || (MAC_OS_X_VERSION_MAX_ALLOWED < 1060)
...
...
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