diff options
| author | nyamatongwe <unknown> | 2009-05-27 02:53:32 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-05-27 02:53:32 +0000 |
| commit | 3b5ad42cc9b4f02e07d875a61cc5156aea49b057 (patch) | |
| tree | 78d3afeb62b03c14a5933c43fe4a18cb0a75ee32 /src/Editor.h | |
| parent | 24e3a749d581ba608164239fbf4fe8e783788715 (diff) | |
| download | scintilla-mirror-3b5ad42cc9b4f02e07d875a61cc5156aea49b057.tar.gz | |
Branded structs in Scintilla.h with Sci_ prefix and added forwarding macros
from old name to new.
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 1c50e7390..b74466416 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -327,7 +327,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void DrawBlockCaret(Surface *surface, ViewStyle &vsDraw, LineLayout *ll, int subLine, int xStart, int offset, int posCaret, PRectangle rcCaret); void RefreshPixMaps(Surface *surfaceWindow); void Paint(Surface *surfaceWindow, PRectangle rcArea); - long FormatRange(bool draw, RangeToFormat *pfr); + long FormatRange(bool draw, Sci_RangeToFormat *pfr); int TextWidth(int style, const char *text); virtual void SetVerticalScrollPos() = 0; |
