diff options
Diffstat (limited to 'cocoa/ScintillaView.h')
| -rw-r--r-- | cocoa/ScintillaView.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 39c008a61..51d60e9d5 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -98,15 +98,15 @@ extern NSString *const SCIUpdateUINotification;    // The back end is kind of a controller and model in one.    // It uses the content view for display.    Scintilla::ScintillaCocoa* mBackend; -   +    // This is the actual content to which the backend renders itself.    SCIContentView* mContent; -   +    NSScrollView *scrollView;    SCIMarginView *marginView; -   +    CGFloat zoomDelta; -   +    // Area to display additional controls (e.g. zoom info, caret position, status info).    NSView <InfoBarCommunicator>* mInfoBar;    BOOL mInfoBarAtTop;  | 
