]> git.lyx.org Git - lyx.git/blobdiff - src/WorkArea.h
Some more fixes to compiler warnings.
[lyx.git] / src / WorkArea.h
index 872323573eb5f181a15ca336dfb8ed2e410e37f8..eb1bf551ff0a1855a6d8ef1124381d81ece880ac 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);