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