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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user