diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-03-13 10:21:33 +1100 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-03-13 10:21:33 +1100 |
| commit | 695b55bd771de78c84878da2109d1a6dec02b90a (patch) | |
| tree | f72cc4cd990ccafa8a489a4cebfe6fb5e508b57c /src/Editor.h | |
| parent | 2acae4f8de386814202a03e1eed19babca83f1ff (diff) | |
| download | scintilla-mirror-695b55bd771de78c84878da2109d1a6dec02b90a.tar.gz | |
Implement high-priority idle work on Cocoa to avoid abandoning paints in some situations.
Rename IdleStyling to IdleWork.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index bc7babb13..bf3e26d92 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -540,7 +540,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int PositionAfterArea(PRectangle rcArea); void StyleToPositionInView(Position pos); - void IdleStyling(); + virtual void IdleWork(); virtual void QueueIdleWork(WorkNeeded::workItems items, int upTo=0); virtual bool PaintContains(PRectangle rc); |
