]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
use doubles again for x-coordinates. They are needed after all...
[lyx.git] / src / lyxtext.h
index 8bc14f870d677709081916148c2ab5b3698a5d97..978d59026bf647e25e881b0f655ee5d13714f0f2 100644 (file)
@@ -494,10 +494,10 @@ public:
 
        /** this calculates the specified parameters. needed when setting
         * the cursor and when creating a visible row */
-       void prepareToPrint(RowList::iterator row, int & x,
-                           int & fill_separator,
-                           int & fill_hfill,
-                           int & fill_label_hfill,
+       void prepareToPrint(RowList::iterator row, double & x,
+                           double & fill_separator,
+                           double & fill_hfill,
+                           double & fill_label_hfill,
                            bool bidi = true) const;
 
 private: