Re: [PATCH wayland] data-device: implement drags with no data source for self-dnd

2012-05-29 Thread Bill Spitzak
Thank you for realizing that drag w/o data is useful! This is certainly increasing my confidence that the Wayland developers know what they are doing, rather than copying decades of mistakes by X11 and Windows. Ander Conselvan de Oliveira wrote: Properly handle a drag with no data source, i.

Re: [PATCH wayland] data-device: implement drags with no data source for self-dnd

2012-05-29 Thread Kristian Høgsberg
On Tue, May 29, 2012 at 10:58:26AM +0300, Ander Conselvan de Oliveira wrote: > Properly handle a drag with no data source, i.e., don't crash and send > events only to the client that initiated the drag. This way a client can > do self drag and drop without offering anything to other clients. Oh, v

[PATCH wayland] data-device: implement drags with no data source for self-dnd

2012-05-29 Thread Ander Conselvan de Oliveira
Properly handle a drag with no data source, i.e., don't crash and send events only to the client that initiated the drag. This way a client can do self drag and drop without offering anything to other clients. --- TODO |4 --- protocol/wayland.xml | 26 ++---