diff options
Diffstat (limited to 'src/MarginView.h')
-rw-r--r-- | src/MarginView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MarginView.h b/src/MarginView.h index 9d74ddb5e..9e52e533b 100644 --- a/src/MarginView.h +++ b/src/MarginView.h @@ -10,9 +10,9 @@ namespace Scintilla { -void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourDesired wrapColour); +void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourAlpha wrapColour); -typedef void (*DrawWrapMarkerFn)(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourDesired wrapColour); +typedef void (*DrawWrapMarkerFn)(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourAlpha wrapColour); /** * MarginView draws the margins. |