From 6ae44e46f91aa2bd74d9895e6bfd345baebd3d22 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 Feb 2015 08:09:13 +0100 Subject: Cleanups and version bump --- src/osd/modules/debugger/osx/debugwindowhandler.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/osd/modules/debugger/osx/debugwindowhandler.h') diff --git a/src/osd/modules/debugger/osx/debugwindowhandler.h b/src/osd/modules/debugger/osx/debugwindowhandler.h index 2764dc4046c..f720da4f6ef 100644 --- a/src/osd/modules/debugger/osx/debugwindowhandler.h +++ b/src/osd/modules/debugger/osx/debugwindowhandler.h @@ -28,8 +28,8 @@ extern NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification; @interface MAMEDebugWindowHandler : NSObject { - NSWindow *window; - running_machine *machine; + NSWindow *window; + running_machine *machine; } + (void)addCommonActionItems:(NSMenu *)menu; @@ -64,7 +64,7 @@ extern NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification; @interface MAMEAuxiliaryDebugWindowHandler : MAMEDebugWindowHandler { - MAMEDebugConsole *console; + MAMEDebugConsole *console; } + (void)cascadeWindow:(NSWindow *)window; @@ -86,8 +86,8 @@ extern NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification; @interface MAMEExpressionAuxiliaryDebugWindowHandler : MAMEAuxiliaryDebugWindowHandler { - MAMEDebugCommandHistory *history; - NSTextField *expressionField; + MAMEDebugCommandHistory *history; + NSTextField *expressionField; } - (id)initWithMachine:(running_machine &)m title:(NSString *)t console:(MAMEDebugConsole *)c; -- cgit v1.2.3