]> git.lyx.org Git - lyx.git/blobdiff - src/WorkArea.h
ws changes and some cruft removal, slight cleanup
[lyx.git] / src / WorkArea.h
index 872323573eb5f181a15ca336dfb8ed2e410e37f8..b0b22efcda749112a7d4420b807e0fe42f21d048 100644 (file)
@@ -128,9 +128,11 @@ public:
        SigC::Signal3<void, int, int, unsigned int> workAreaTripleClick;
        /// emitted when an X client has requested our selection
        SigC::Signal0<void> selectionRequested;
+       /// emitted when another X client has stolen our selection
+       SigC::Signal0<void> selectionLost;
  
        /// handles SelectionRequest X Event, to fill the clipboard
-       void WorkArea::event_cb(XEvent * xev);
+       void event_cb(XEvent * xev);
 private:
        ///
        void createPixmap(int, int);
@@ -149,8 +151,6 @@ private:
        Pixmap workareapixmap;
        ///
        Painter painter_;
-       ///
-       FL_OBJECT * figinset_canvas;
        /// if we call redraw with true needed for locking-insets
        bool screen_cleared;
 };