diff options
| author | nyamatongwe <unknown> | 2001-10-28 04:39:23 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-10-28 04:39:23 +0000 |
| commit | 144d8ad47767077a8205eae0a2749be7dab2b407 (patch) | |
| tree | 219ef4a2b3d794cebeedb9a0d3baa7e79cb9a1bb /src/Editor.h | |
| parent | 19b8b95e52c0c98566819492a6a5bb829314cec9 (diff) | |
| download | scintilla-mirror-144d8ad47767077a8205eae0a2749be7dab2b407.tar.gz | |
Fixed Platform changes for GTK+ and hid most of the implementation of
Surface.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Editor.h b/src/Editor.h index a51fd86f9..6f4f54e98 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -107,11 +107,11 @@ protected: // ScintillaBase subclass needs access to much of Editor int xCaretMargin; ///< Ensure this many pixels visible on both sides of caret bool horizontalScrollBarVisible; - Surface pixmapLine; - Surface pixmapSelMargin; - Surface pixmapSelPattern; - Surface pixmapIndentGuide; - Surface pixmapIndentGuideHighlight; + Surface *pixmapLine; + Surface *pixmapSelMargin; + Surface *pixmapSelPattern; + Surface *pixmapIndentGuide; + Surface *pixmapIndentGuideHighlight; KeyMap kmap; |
