1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

Selection owning use event's time.

This commit is contained in:
id
1999-06-06 11:50:30 +00:00
parent d1ad96755c
commit ec54fa3f38

View File

@@ -1256,7 +1256,7 @@ handleTextFieldActionEvents(XEvent *event, void *data)
} }
if (move) { if (move) {
XSetSelectionOwner(tPtr->view->screen->display, XSetSelectionOwner(tPtr->view->screen->display,
XA_PRIMARY, tPtr->view->window, CurrentTime); XA_PRIMARY, tPtr->view->window, event->xmotion.time);
{ {
WMNotification *notif = WMCreateNotification("_lostOwnership", WMNotification *notif = WMCreateNotification("_lostOwnership",
NULL,tPtr); NULL,tPtr);