]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_cursor.h
some renaming + safety stuff
[features.git] / src / mathed / math_cursor.h
index 55efa1e017fb4adf7f02062d2b72516b4bc7e4f8..6bf922cbc0ea903dcd93f098b1a99297d90e2aea 100644 (file)
@@ -98,9 +98,9 @@ public:
        void niceInsert(std::string const &);
 
        /// in pixels from top of screen
-       void setPos(int x, int y);
+       void setScreenPos(int x, int y);
        /// in pixels from top of screen
-       void getPos(int & x, int & y) const;
+       void getScreenPos(int & x, int & y) const;
        /// in pixels from left of screen
        int targetX() const;
        /// current inset