]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
two-phase-drawing for InsetText & InsetTabular
[lyx.git] / src / lyxtext.h
index f967ee8a9c61c015a6eecdc1c72eed4cc4b0b5a8..b7249fed6f59f8905036ce54047c2452d76116df 100644 (file)
@@ -495,10 +495,10 @@ public:
 
        /** this calculates the specified parameters. needed when setting
         * the cursor and when creating a visible row */
-       void prepareToPrint(RowList::iterator row, float & x,
-                           float & fill_separator,
-                           float & fill_hfill,
-                           float & fill_label_hfill,
+       void prepareToPrint(RowList::iterator row, int & x,
+                           int & fill_separator,
+                           int & fill_hfill,
+                           int & fill_label_hfill,
                            bool bidi = true) const;
 
 private: