]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / rowpainter.h
index 874a28b00047cfae86de0ae62afc0666e5c23310..854e665084d6d458219f222f72ec18467e3fdf3d 100644 (file)
@@ -99,6 +99,9 @@ private:
        int const yo_;    // current baseline
        double x_;
        int width_;
+
+       // -1 if the inline completion is not in this paragraph.
+       pos_type inlineCompletionVPos_;
 };
 
 } // namespace lyx