On 02/09/2010 05:26 PM, rgheck wrote:
On 02/09/2010 11:23 AM, Abdelrazak Younes wrote:
On 02/09/2010 05:17 PM, rgheck wrote:
Modified: lyx-devel/trunk/src/Cursor.cpp
==============================================================================
--- lyx-devel/trunk/src/Cursor.cpp Tue Feb 9 15:34:58 2010
(r33388)
+++ lyx-devel/trunk/src/Cursor.cpp Tue Feb 9 17:11:13 2010
(r33389)
@@ -26,6 +26,7 @@
#include "FuncCode.h"
#include "FuncRequest.h"
#include "Language.h"
+#include "LyX.h"
#include "LyXAction.h"
#include "LyXRC.h"
#include "Paragraph.h"
@@ -1668,7 +1669,7 @@
int yo = 0;
getPos(xo, yo);
xo = beforeDispatchPosX_;
-
+
// check if we had something else in mind, if not, this is
the future
// target
if (x_target_ == -1)
???
I erased a tab I guess. I had to solve a merge conflict at this
position if you wonder why this has been touched at all.
No, I was wondering why LyX.h has to be included here. Was LyXFunc.h
included somewhere upstream?
It was needed before the merge conflict with JMarc... I guess it is not
needed anymore, unless dispatch() is needed I mean..
Abdel.