|
| From: | Richard Frith-Macdonald |
| Subject: | Re: Drag broken under X backends |
| Date: | Sun, 03 Apr 2005 07:03:41 +0100 |
On 2005-04-03 05:52:12 +0100 Matt Rice <address@hidden> wrote:
the -[GSDragView windowAcceptingDnDunder:windowRef:] calls the backend's findWindowAt:windowRef:excluding: the default implementation calls -subclassResponsibility: and this is only implemented for the win32 backend.
But the class implementing DnD in the X backend (XGDragView) overrides windowAcceptingDnDunder:windowRef: with its own implementation which does not call findWindowAt:windowRef:excluding:
| [Prev in Thread] | Current Thread | [Next in Thread] |