mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
Selection owning use event's time.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user