Re: [PATCH 1/2] gears: add fullscreen support

2012-07-25 Thread Kristian Høgsberg
On Wed, Jul 25, 2012 at 02:33:42PM +0200, Olivier Blin wrote: Applied this one, thanks. Kristian > --- > clients/gears.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/clients/gears.c b/clients/gears.c > index 166e6a4..70ec86c 100644 > --- a/clients/gears.c > +++ b/client

[PATCH 1/2] gears: add fullscreen support

2012-07-25 Thread Olivier Blin
--- clients/gears.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/clients/gears.c b/clients/gears.c index 166e6a4..70ec86c 100644 --- a/clients/gears.c +++ b/clients/gears.c @@ -58,6 +58,7 @@ struct gears { int last_x, last_y; GLint gear_list[3]; + int fu