added root-coordinates to drop-message
This commit is contained in:
parent
65221ec531
commit
cd58a58e42
|
@ -116,7 +116,9 @@
|
|||
(- (button-event-y xevent)
|
||||
click-y))))
|
||||
(destroy-drag-window dwin)
|
||||
(send channel (list 'drop x y))
|
||||
(send channel (list 'drop x y
|
||||
(button-event-x-root xevent)
|
||||
(button-event-y-root xevent)))
|
||||
;;(ungrab-server dpy)
|
||||
(idle)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue