summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/osx/debugview.h')
-rw-r--r--src/osd/modules/debugger/osx/debugview.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/osd/modules/debugger/osx/debugview.h b/src/osd/modules/debugger/osx/debugview.h
index b76e4633f38..d45d6a6e045 100644
--- a/src/osd/modules/debugger/osx/debugview.h
+++ b/src/osd/modules/debugger/osx/debugview.h
@@ -19,19 +19,19 @@
@interface MAMEDebugView : NSView
{
- int type;
- running_machine *machine;
- debug_view *view;
- BOOL wholeLineScroll;
+ int type;
+ running_machine *machine;
+ debug_view *view;
+ BOOL wholeLineScroll;
- INT32 totalWidth, totalHeight, originTop;
+ INT32 totalWidth, totalHeight, originTop;
- NSFont *font;
- CGFloat fontWidth, fontHeight, fontAscent;
+ NSFont *font;
+ CGFloat fontWidth, fontHeight, fontAscent;
- NSTextStorage *text;
- NSTextContainer *textContainer;
- NSLayoutManager *layoutManager;
+ NSTextStorage *text;
+ NSTextContainer *textContainer;
+ NSLayoutManager *layoutManager;
}
+ (NSFont *)defaultFont;