aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-08-24 18:56:54 +1000
committernyamatongwe <nyamatongwe@gmail.com>2012-08-24 18:56:54 +1000
commit0ebd7cda67d99bb3027212a06360a215ac5e7551 (patch)
tree2c94df5c84883fefcf4cedb4d1adef9410b0bf24 /cocoa/ScintillaCocoa.h
parentad7a82dd1ce1e3cc6c5fefc5fb68d18d38b5163b (diff)
downloadscintilla-mirror-0ebd7cda67d99bb3027212a06360a215ac5e7551.tar.gz
Ensure abandoned paints cover full area by using NSView display instead of trying
to draw more within initial drawing context.
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);