Re: [PATCH 3/4] Added a reject method to drag_offer.

2010-11-30 Thread Kristian Høgsberg
On Tue, Nov 30, 2010 at 1:22 PM, Joel Teichroeb wrote: > Currently reject just calles drag_finish and does not bother with any fd > stuff. In the future this should be extended to tell the compositor to > do some kind of animation when a drag is rejected. I ended up redoing this one as well - we

[PATCH 3/4] Added a reject method to drag_offer.

2010-11-30 Thread Joel Teichroeb
Currently reject just calles drag_finish and does not bother with any fd stuff. In the future this should be extended to tell the compositor to do some kind of animation when a drag is rejected. --- compositor/compositor.c | 13 - protocol/wayland.xml|4 2 files changed,