aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index e4179b1bb..1a7852bce 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -143,8 +143,8 @@ public:
ScintillaView* TopContainer();
- void SyncPaint(void* gc, PRectangle rc);
- void Draw(NSRect rect, CGContextRef gc);
+ bool SyncPaint(void* gc, PRectangle rc);
+ bool Draw(NSRect rect, CGContextRef gc);
virtual sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
void SetTicking(bool on);