Re: [PATCH] Eat scroll event if a key binding function is executed because of it.

2013-03-18 Thread Kristian Høgsberg
On Thu, Mar 07, 2013 at 09:50:00PM +0100, Rune K. Svendsen wrote: > From: "Rune K. Svendsen" > > When an axis (scroll) event results in a key binding function > being executed, eat the scroll event so the underlying window > doesn't receive it. > Thanks to Scott Moreau for helping me solve this.

Re: [PATCH] Eat scroll event if a key binding function is executed because of it.

2013-03-16 Thread Scott Moreau
Hi Rune, I almost forgot about this one, thanks for reminding me. Pushed to gh next. - Scott On Thu, Mar 7, 2013 at 1:50 PM, Rune K. Svendsen wrote: > From: "Rune K. Svendsen" > > When an axis (scroll) event results in a key binding function > being executed, eat the scroll event so the underl

[PATCH] Eat scroll event if a key binding function is executed because of it.

2013-03-07 Thread Rune K. Svendsen
From: "Rune K. Svendsen" When an axis (scroll) event results in a key binding function being executed, eat the scroll event so the underlying window doesn't receive it. Thanks to Scott Moreau for helping me solve this. --- src/bindings.c |5 - src/compositor.c |9 + src/com