From ec54fa3f38b2a82ffc246f4cb60d5dff2e534b0d Mon Sep 17 00:00:00 2001 From: id Date: Sun, 6 Jun 1999 11:50:30 +0000 Subject: [PATCH] Selection owning use event's time. --- WINGs/wtextfield.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/wtextfield.c b/WINGs/wtextfield.c index 504c628e..5d49dc71 100644 --- a/WINGs/wtextfield.c +++ b/WINGs/wtextfield.c @@ -1256,7 +1256,7 @@ handleTextFieldActionEvents(XEvent *event, void *data) } if (move) { XSetSelectionOwner(tPtr->view->screen->display, - XA_PRIMARY, tPtr->view->window, CurrentTime); + XA_PRIMARY, tPtr->view->window, event->xmotion.time); { WMNotification *notif = WMCreateNotification("_lostOwnership", NULL,tPtr); -- 2.11.4.GIT