aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 58cc66b88..5ee1f149f 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -116,6 +116,9 @@ private:
int scrollSpeed;
int scrollTicks;
+ NSTimer* tickTimer;
+ NSTimer* idleTimer;
+
protected:
PRectangle GetClientRectangle();
Point ConvertPoint(NSPoint point);