]> git.lyx.org Git - features.git/blobdiff - src/BufferView_pimpl.h
some new clipboard code
[features.git] / src / BufferView_pimpl.h
index 7dbea916305364e01dd7a9a339312a2bedd96c5f..5049d0851f46204f62b9b5eaa16c060f8aa20d2e 100644 (file)
@@ -62,8 +62,10 @@ struct BufferView::Pimpl {
        void workAreaButtonPress(int x, int y, unsigned int button);
        ///
        void workAreaButtonRelease(int x, int y, unsigned int button);
+#ifndef XFORMS_CLIPBOARD
        ///
        void workAreaSelectionNotify(Window win, XEvent * event);
+#endif
        ///
        void doubleClick(int x, int y, unsigned int button);
        ///
@@ -138,6 +140,10 @@ struct BufferView::Pimpl {
        WorkArea * workarea;
        ///
        UpdateInset updatelist;
+#ifdef XFORMS_CLIPBOARD
+       ///
+       void pasteSelection(bool asPara);
+#endif
 private:
        bool using_xterm_cursor;
 };