From 1af89221c31841e6d38583009622d2007dbd19b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sun, 15 Aug 2004 21:20:58 +0000 Subject: [PATCH] just make everybody recomplie everything..... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8946 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/cursor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/cursor.h b/src/cursor.h index 2318cd9635..e39048d60b 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -184,6 +184,13 @@ private: /// are we on the way to get one? bool mark_; +public: + /// the actual cursor position + int xo_; + int yo_; + +private: + // // math specific stuff that could be promoted to "global" later //