added root-coordinates to drop-message

This commit is contained in:
frese 2003-04-01 13:07:13 +00:00
parent 65221ec531
commit cd58a58e42
1 changed files with 3 additions and 1 deletions

View File

@ -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)))