]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / BufferView_pimpl.h
index 27c4961b068da93bc4bdf15233140c4e73bb298d..eb004f7d4fbe1d464b09bce73c25646d7ce3db28 100644 (file)
@@ -6,7 +6,6 @@
 #include <boost/smart_ptr.hpp>
 
 #include "BufferView.h"
-#include "UpdateInset.h"
 #include "commandtags.h"
 #include "frontends/Timeout.h"
 #include "WorkArea.h"
@@ -78,6 +77,10 @@ struct BufferView::Pimpl : public SigC::Object {
        ///
        void tripleClick(int x, int y, unsigned int button);
        ///
+       void selectionRequested();
+       ///
+       void selectionLost();
+       ///
        void enterView();
        ///
        void leaveView();
@@ -177,8 +180,6 @@ private:
        ///
        WorkArea workarea_;
        ///
-       UpdateInset updatelist;
-       ///
        void pasteClipboard(bool asPara);
        ///
        void stuffClipboard(string const &) const;