diff options
| author | nyamatongwe <devnull@localhost> | 2009-05-27 02:53:32 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-05-27 02:53:32 +0000 | 
| commit | d13feca5b1389dd8846af5b77b7fb91c13d7cf4d (patch) | |
| tree | 78d3afeb62b03c14a5933c43fe4a18cb0a75ee32 /src/Editor.h | |
| parent | 665e62bc23ae04575146bb47ba5fc0d2a3003096 (diff) | |
| download | scintilla-mirror-d13feca5b1389dd8846af5b77b7fb91c13d7cf4d.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; | 
