aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsterm.h')
-rw-r--r--src/nsterm.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index 1aff5ad1c96..1eb5ac92a70 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -391,12 +391,8 @@ typedef id instancetype;
391- (void)sendEvent: (NSEvent *)theEvent; 391- (void)sendEvent: (NSEvent *)theEvent;
392- (void)showPreferencesWindow: (id)sender; 392- (void)showPreferencesWindow: (id)sender;
393- (BOOL) openFile: (NSString *)fileName; 393- (BOOL) openFile: (NSString *)fileName;
394- (void)fd_handler: (id)unused;
395- (void)timeout_handler: (NSTimer *)timedEntry;
396- (BOOL)fulfillService: (NSString *)name withArg: (NSString *)arg; 394- (BOOL)fulfillService: (NSString *)name withArg: (NSString *)arg;
397#ifdef NS_IMPL_GNUSTEP 395- (void)initLispThread: (int)argc withArgv: (char **)argv;
398- (void)sendFromMainThread:(id)unused;
399#endif
400@end 396@end
401 397
402#ifdef NS_IMPL_GNUSTEP 398#ifdef NS_IMPL_GNUSTEP
@@ -758,6 +754,14 @@ typedef id instancetype;
758+ (CGFloat)scrollerWidth; 754+ (CGFloat)scrollerWidth;
759@end 755@end
760 756
757@interface EmacsThread: NSThread
758{
759}
760- (instancetype) initWithArgc: (int)argc Argv: (char **)argv;
761- (void) sendEmacsEvent: (struct input_event *)emacs_event
762 NSEvent: (NSEvent *)e
763 frameOrWindow: (void *)frame_or_window;
764@end
761 765
762/* ========================================================================== 766/* ==========================================================================
763 767