~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to scintilla/Style.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                   bool visible_, bool changeable_, bool hotspot_);
54
54
        void ClearTo(const Style &source);
55
55
        bool EquivalentFontTo(const Style *other) const;
56
 
        void Realise(Surface &surface, int zoomLevel, Style *defaultStyle = 0, bool extraFontFlag = false);
57
 
        bool IsProtected() const { return !(changeable && visible);};
 
56
        void Realise(Surface &surface, int zoomLevel, Style *defaultStyle = 0, int extraFontFlag = 0);
 
57
        bool IsProtected() const { return !(changeable && visible);}
58
58
};
59
59
 
60
60
#ifdef SCI_NAMESPACE