]> git.lyx.org Git - lyx.git/blobdiff - src/WorkArea.h
fix loss of selection from John; some small things
[lyx.git] / src / WorkArea.h
index 6a1dde6b5f412bdc5136bb3a2319939f7300deaa..eb1bf551ff0a1855a6d8ef1124381d81ece880ac 100644 (file)
@@ -128,6 +128,8 @@ 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 event_cb(XEvent * xev);