Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Adam Jackson
xserver
Commits
5d47a5d6
Commit
5d47a5d6
authored
Nov 21, 2008
by
Jeremy Huddleston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XQuartz: pbproxy: Added some typedefs for types not available on Tiger
(cherry picked from commit
0947aa79
)
parent
b2627884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
hw/xquartz/pbproxy/pbproxy.h
hw/xquartz/pbproxy/pbproxy.h
+11
-0
No files found.
hw/xquartz/pbproxy/pbproxy.h
View file @
5d47a5d6
...
...
@@ -32,6 +32,17 @@
#import <Foundation/Foundation.h>
#include <AvailabilityMacros.h>
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
#if __LP64__ || NS_BUILD_32_LIKE_64
typedef
long
NSInteger
;
typedef
unsigned
long
NSUInteger
;
#else
typedef
int
NSInteger
;
typedef
unsigned
int
NSUInteger
;
#endif
#endif
#define Cursor X_Cursor
#undef _SHAPE_H_
#include <X11/Xlib.h>
...
...
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