Re: [RFC v4] Introduce output zoom.

2012-02-23 Thread Scott Moreau
On Thu, Feb 23, 2012 at 3:54 PM, Kristian Hoegsberg wrote: > On Wed, Feb 22, 2012 at 02:21:41PM -0700, Scott Moreau wrote: > > Ideally, we would want to use +Scroll binding but that will > have > > to wait for axis events. For now we just use keybindings. Zoom in/out > with > > Super+Up/Down. > >

Re: [RFC v4] Introduce output zoom.

2012-02-23 Thread Kristian Hoegsberg
On Wed, Feb 22, 2012 at 02:21:41PM -0700, Scott Moreau wrote: > Ideally, we would want to use +Scroll binding but that will have > to wait for axis events. For now we just use keybindings. Zoom in/out with > Super+Up/Down. Applied with a minor edit to really fix the code-before-declaration thing.

[RFC v4] Introduce output zoom.

2012-02-22 Thread Scott Moreau
Ideally, we would want to use +Scroll binding but that will have to wait for axis events. For now we just use keybindings. Zoom in/out with Super+Up/Down. --- src/compositor.c | 68 ++ src/compositor.h | 14 +++ src/shell.c | 4