X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWorkArea.h;h=715f1f56e59b68a26958d310aa1f4dfd3a313acd;hb=98c966c64594611e469313314abd1e59524adb4a;hp=6a1dde6b5f412bdc5136bb3a2319939f7300deaa;hpb=3b7dd942e6640660759b1a21cc23dc8cb09f0f6d;p=lyx.git diff --git a/src/WorkArea.h b/src/WorkArea.h index 6a1dde6b5f..715f1f56e5 100644 --- a/src/WorkArea.h +++ b/src/WorkArea.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of * ====================================================== - * + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -128,16 +128,18 @@ public: SigC::Signal3 workAreaTripleClick; /// emitted when an X client has requested our selection SigC::Signal0 selectionRequested; - + /// emitted when another X client has stolen our selection + SigC::Signal0 selectionLost; + /// handles SelectionRequest X Event, to fill the clipboard - void event_cb(XEvent * xev); + int event_cb(XEvent * xev); private: /// void createPixmap(int, int); - + /// FL_OBJECT * backgroundbox; - /// + /// FL_OBJECT * work_area; /// FL_OBJECT * scrollbar; @@ -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; };