Re: [PATCH] Handle mouse wheel (corrected version)

2013-06-03 Thread Kristian Høgsberg
On Mon, Jun 03, 2013 at 10:55:47PM +0200, Hardening wrote: > The RDP compositor was ignoring mouse wheel events, this patch adds > support for it. Committed, thanks. Kristian > --- > src/compositor-rdp.c | 19 ++- > 1 file changed, 18 insertions(+), 1 deletion(-) > > diff --git

[PATCH] Handle mouse wheel (corrected version)

2013-06-03 Thread Hardening
The RDP compositor was ignoring mouse wheel events, this patch adds support for it. --- src/compositor-rdp.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index e855ba6..b81d789 100644 --- a/src/compositor-rdp.c