]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/XWorkArea.C
This is the merging of the GUI API cleanup branch that was developed in svn+ssh:...
[features.git] / src / frontends / xforms / XWorkArea.C
index df5d2632646510db12a80f3bbbf25bdb24d04225..b4e131ef75f6f6d6ef89a085e5fe0dc0b78b1b2e 100644 (file)
@@ -613,7 +613,7 @@ int XWorkArea::event_cb(XEvent * xev)
 }
 
 
-void XWorkArea::haveSelection(bool yes) const
+void XWorkArea::haveSelection(bool yes)
 {
        Window const owner = yes ? FL_ObjWin(work_area) : None;
        XSetSelectionOwner(fl_get_display(), XA_PRIMARY, owner, CurrentTime);
@@ -642,7 +642,7 @@ string const XWorkArea::getClipboard() const
 }
 
 
-void XWorkArea::putClipboard(string const & s) const
+void XWorkArea::putClipboard(string const & s)
 {
        static string hold;
        hold = s;