diff options
| author | nyamatongwe <devnull@localhost> | 2003-03-20 11:22:14 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-03-20 11:22:14 +0000 |
| commit | d4849b34e7c561921671603232668ca0c4b41b69 (patch) | |
| tree | 269e3f31c3495acbd880f76129f6f16b0a51da96 /src/Style.h | |
| parent | 186fb2391e583d318a137842b2ccaae51d69365e (diff) | |
| download | scintilla-mirror-d4849b34e7c561921671603232668ca0c4b41b69.tar.gz | |
Patch from Simon Steele to implement the hotspot style and associated
notifications.
Diffstat (limited to 'src/Style.h')
| -rw-r--r-- | src/Style.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Style.h b/src/Style.h index 6245b0b77..6ee930b6b 100644 --- a/src/Style.h +++ b/src/Style.h @@ -26,6 +26,7 @@ public: ecaseForced caseForce; bool visible; bool changeable; + bool hotspot; Font font; int sizeZoomed; @@ -45,7 +46,7 @@ public: const char *fontName_, int characterSet_, bool bold_, bool italic_, bool eolFilled_, bool underline_, ecaseForced caseForce_, - bool visible_, bool changeable_); + bool visible_, bool changeable_, bool hotspot_); void ClearTo(const Style &source); bool EquivalentFontTo(const Style *other) const; void Realise(Surface &surface, int zoomLevel, Style *defaultStyle = 0); |
