]> git.lyx.org Git - features.git/blobdiff - src/BufferView.h
more type changes, some consts added
[features.git] / src / BufferView.h
index d811704302efe3fe2ce18421d1690a1e6b318a36..00cfc04917ff37d24ebf2e6ee067103afc0bb62f 100644 (file)
@@ -192,11 +192,11 @@ public:
        ///
        bool lockInset(UpdatableInset * inset);
        ///
-       void showLockedInsetCursor(long x, long y, int asc, int desc);
+       void showLockedInsetCursor(int x, int y, int asc, int desc);
        ///
        void hideLockedInsetCursor();
        ///
-       void fitLockedInsetCursor(long x, long y, int asc, int desc);
+       void fitLockedInsetCursor(int x, int y, int asc, int desc);
        ///
        int unlockInset(UpdatableInset * inset);
        ///