* nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.

This commit is contained in:
Jan Djärv 2012-07-21 14:10:49 +02:00
parent 4b17afa7a4
commit 784051c42a
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
(conversationIdentifier): Return value is NSInteger.
* nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
2012-07-21 Chong Yidong <cyd@gnu.org>

View file

@ -6038,6 +6038,7 @@ - (void) setRows: (int) r andColumns: (int) c
@implementation EmacsWindow
#ifdef NS_IMPL_COCOA
- (id)accessibilityAttributeValue:(NSString *)attribute
{
Lisp_Object str = Qnil;
@ -6092,6 +6093,7 @@ - (id)accessibilityAttributeValue:(NSString *)attribute
return [super accessibilityAttributeValue:attribute];
}
#endif /* NS_IMPL_COCOA */
/* If we have multiple monitors, one above the other, we don't want to
restrict the height to just one monitor. So we override this. */