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.
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
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