xquartz: Silence a compiler warning about missing internal methods on NSApplication
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit 279bcbd9cf
)
This commit is contained in:
parent
fcbd57367e
commit
03c2e12a82
|
@ -102,6 +102,11 @@ CFStringRef app_prefs_domain_cfstr = NULL;
|
||||||
#define ALL_KEY_MASKS (NSShiftKeyMask | NSControlKeyMask | \
|
#define ALL_KEY_MASKS (NSShiftKeyMask | NSControlKeyMask | \
|
||||||
NSAlternateKeyMask | NSCommandKeyMask)
|
NSAlternateKeyMask | NSCommandKeyMask)
|
||||||
|
|
||||||
|
@interface NSApplication (Internal)
|
||||||
|
- (void)_setKeyWindow:(id)window;
|
||||||
|
- (void)_setMainWindow:(id)window;
|
||||||
|
@end
|
||||||
|
|
||||||
@interface X11Application (Private)
|
@interface X11Application (Private)
|
||||||
- (void) sendX11NSEvent:(NSEvent *)e;
|
- (void) sendX11NSEvent:(NSEvent *)e;
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue