Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
67b1aab7
Commit
67b1aab7
authored
Sep 05, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fix some more compilation warnings
parent
f118a45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
modules/gui/macosx/CompatibilityFixes.h
modules/gui/macosx/CompatibilityFixes.h
+10
-4
No files found.
modules/gui/macosx/CompatibilityFixes.h
View file @
67b1aab7
...
@@ -57,10 +57,6 @@ enum {
...
@@ -57,10 +57,6 @@ enum {
NSApplicationPresentationDisableMenuBarTransparency
=
(
1
<<
9
)
NSApplicationPresentationDisableMenuBarTransparency
=
(
1
<<
9
)
};
};
@interface
NSWindow
(
IntroducedInLion
)
// just to shut off warnings, not implemented!
-
(
void
)
setRestorable
:(
BOOL
);
@end
#endif
#endif
#pragma mark -
#pragma mark -
...
@@ -77,4 +73,14 @@ enum {
...
@@ -77,4 +73,14 @@ enum {
NSApplicationPresentationAutoHideToolbar
=
(
1
<<
11
)
NSApplicationPresentationAutoHideToolbar
=
(
1
<<
11
)
};
};
/* the follow is just to fix warnings, not for implementation! */
@interface
NSWindow
(
IntroducedInLion
)
-
(
void
)
setRestorable
:(
BOOL
)
b_value
;
-
(
void
)
toggleFullScreen
:(
id
)
id_value
;
@end
@interface
NSEvent
(
IntroducedInLion
)
-
(
BOOL
)
isDirectionInvertedFromDevice
;
@end
#endif
#endif
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