diff options
| author | nyamatongwe <devnull@localhost> | 2001-10-28 04:39:23 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-10-28 04:39:23 +0000 |
| commit | b6272aec16732b184844bd2773f410f3c0a152dd (patch) | |
| tree | 219ef4a2b3d794cebeedb9a0d3baa7e79cb9a1bb /src/Editor.h | |
| parent | 32056de116bf65368ccff2e887d29fbf81075bed (diff) | |
| download | scintilla-mirror-b6272aec16732b184844bd2773f410f3c0a152dd.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; |
