summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugview.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-02-18 18:21:36 +1100
committer Vas Crabb <vas@vastheman.com>2015-02-18 18:21:36 +1100
commit69c1475dbf5e302377a3986747771824701ffe4c (patch)
tree011e58cc92ec369aee5a934cbcff69e2adc0bd31 /src/osd/modules/debugger/osx/debugview.h
parent073e19b89dd2e6c1877c5376dddb79baa7337be2 (diff)
Move breakpoint control code out of view class - it doesn't really belong there
Diffstat (limited to 'src/osd/modules/debugger/osx/debugview.h')
-rw-r--r--src/osd/modules/debugger/osx/debugview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/debugview.h b/src/osd/modules/debugger/osx/debugview.h
index abb53efb852..a95d81a85c6 100644
--- a/src/osd/modules/debugger/osx/debugview.h
+++ b/src/osd/modules/debugger/osx/debugview.h
@@ -44,6 +44,10 @@
- (NSFont *)font;
- (void)setFont:(NSFont *)f;
+- (BOOL)cursorSupported;
+- (BOOL)cursorVisible;
+- (debug_view_xy)cursorPosition;
+
- (void)windowDidBecomeKey:(NSNotification *)notification;
- (void)windowDidResignKey:(NSNotification *)notification;