diff options
Diffstat (limited to 'src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h')
-rw-r--r-- | src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h b/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h index 35f8be2b67b..a45a65cac63 100644 --- a/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h +++ b/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h @@ -91,6 +91,7 @@ extern NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification; - (IBAction)doExpression:(id)sender; +- (BOOL)control:(NSControl *)control textShouldBeginEditing:(NSText *)fieldEditor; - (BOOL)control:(NSControl *)control textView:(NSTextView *)textView doCommandBySelector:(SEL)command; @end |