Re: [PATCH 5/5] resizor: Lock pointer on click

2013-02-28 Thread Kristian Høgsberg
On Tue, Feb 26, 2013 at 02:16:37PM +0200, Pekka Paalanen wrote: > On Mon, 25 Feb 2013 21:33:25 -0500 > Kristian Høgsberg wrote: > > > We add a resize mode to resizor where you can click to resize it using > > pointer lock and relative motion. > > --- > > clients/resizor.c | 74 > > +

Re: [PATCH 5/5] resizor: Lock pointer on click

2013-02-26 Thread Pekka Paalanen
On Mon, 25 Feb 2013 21:33:25 -0500 Kristian Høgsberg wrote: > We add a resize mode to resizor where you can click to resize it using > pointer lock and relative motion. > --- > clients/resizor.c | 74 > +++ > 1 file changed, 74 insertions(+) >

[PATCH 5/5] resizor: Lock pointer on click

2013-02-25 Thread Kristian Høgsberg
We add a resize mode to resizor where you can click to resize it using pointer lock and relative motion. --- clients/resizor.c | 74 +++ 1 file changed, 74 insertions(+) diff --git a/clients/resizor.c b/clients/resizor.c index 27879a0..563a1ac 1