Andre Poenitz wrote:
On Tue, Oct 02, 2007 at 09:51:12AM +0200, Abdelrazak Younes wrote:
And here is the beginning of a patch. If you could take it and finish
the remaining bits together with your patch, you'd make me very happy.
Abdel.
Index: Buffer.cpp
===================================================================
--- Buffer.cpp (revision 20651)
+++ Buffer.cpp (working copy)
@@ -68,6 +68,7 @@
#include "mathed/MathSupport.h"
#include "frontends/alert.h"
+#include "frontends/WorkAreaManager.h"
With that done, does that mean you are now fine with the delegate patch?
Just one question: what about Buffer::structureChanged() signal? How
would you solve that bit in a multiview context? Maybe we also need a
LyXViewManager?
Abdel.