diff options
author | 2015-02-18 18:21:36 +1100 | |
---|---|---|
committer | 2015-02-18 18:21:36 +1100 | |
commit | 69c1475dbf5e302377a3986747771824701ffe4c (patch) | |
tree | 011e58cc92ec369aee5a934cbcff69e2adc0bd31 /src/osd/modules/debugger/osx/debugview.h | |
parent | 073e19b89dd2e6c1877c5376dddb79baa7337be2 (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.h | 4 |
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; |