aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 841ba8f13..d07ffe758 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -97,6 +97,8 @@ private:
intptr_t notifyObj;
bool capturedMouse;
+ bool isFirstResponder;
+ bool isActive;
bool enteredSetScrollingSize;
@@ -242,7 +244,9 @@ public:
NSMenu *CreateContextMenu(NSEvent *event);
void HandleCommand(NSInteger command);
- void ActiveStateChanged(bool isActive);
+ void SetFirstResponder(bool isFirstResponder_);
+ void ActiveStateChanged(bool isActive_);
+ void SetFocusActiveState();
void WindowWillMove();
// Find indicator