X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMetricsInfo.h;h=1508eb345f9e751086704101de6c7912b8a43214;hb=bf25e8568db22625feb3affbf3e31df804dae916;hp=14c39903c0111e33ebc8245a89afc5dcf2712949;hpb=a71b96ac426438abb4fe835d0ad000c769693421;p=lyx.git diff --git a/src/MetricsInfo.h b/src/MetricsInfo.h index 14c39903c0..1508eb345f 100644 --- a/src/MetricsInfo.h +++ b/src/MetricsInfo.h @@ -95,12 +95,14 @@ public: MetricsInfo(); /// MetricsInfo(BufferView * bv, FontInfo font, int textwidth, - MacroContext const & mc); + MacroContext const & mc, bool vm); /// MetricsBase base; /// The context to resolve macros MacroContext const & macrocontext; + /// Are we at the start of a paragraph (vertical mode)? + bool vmode; };