aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.h
diff options
context:
space:
mode:
authorJan Djärv2014-07-20 15:18:47 +0200
committerJan Djärv2014-07-20 15:18:47 +0200
commit880b716696b4d8737e7199d6487f17b7e6825dd4 (patch)
tree92dac1478861aa683ce4a90308e5f6bb05849d09 /src/nsterm.h
parenteb8cb39e8930b476e20bb8434e28a350e46ece34 (diff)
downloademacs-880b716696b4d8737e7199d6487f17b7e6825dd4.tar.gz
emacs-880b716696b4d8737e7199d6487f17b7e6825dd4.zip
* macfont.h (macfont_update_antialias_threshold): Declare.
* macfont.m (macfont_update_antialias_threshold): Remove static. * nsterm.h (EmacsApp): Add antialiasThresholdDidChange. * nsterm.m (applicationDidFinishLaunching:): Call antialiasThresholdDidChange, register for antialias changes. (antialiasThresholdDidChange:): New method for EmacsApp. Fixes: debbugs:17534
Diffstat (limited to 'src/nsterm.h')
-rw-r--r--src/nsterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index 74789634a90..8c3e4e5c314 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -111,6 +111,7 @@ typedef float EmacsCGFloat;
111#endif 111#endif
112} 112}
113- (void)logNotification: (NSNotification *)notification; 113- (void)logNotification: (NSNotification *)notification;
114- (void)antialiasThresholdDidChange:(NSNotification *)notification;
114- (void)sendEvent: (NSEvent *)theEvent; 115- (void)sendEvent: (NSEvent *)theEvent;
115- (void)showPreferencesWindow: (id)sender; 116- (void)showPreferencesWindow: (id)sender;
116- (BOOL) openFile: (NSString *)fileName; 117- (BOOL) openFile: (NSString *)fileName;