aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-10-28 04:39:23 +0000
committernyamatongwe <unknown>2001-10-28 04:39:23 +0000
commit144d8ad47767077a8205eae0a2749be7dab2b407 (patch)
tree219ef4a2b3d794cebeedb9a0d3baa7e79cb9a1bb /src/Editor.h
parent19b8b95e52c0c98566819492a6a5bb829314cec9 (diff)
downloadscintilla-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.h10
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;