Re: [PATCH weston 1/5] simple-egl: Make window moveable

2012-06-26 Thread Kristian Høgsberg
On Tue, Jun 26, 2012 at 05:09:11PM +0300, Ander Conselvan de Oliveira wrote: Looks good, but you know you can move windows with super+click, right? Kristian > --- > clients/simple-egl.c |7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/clients/simple-egl.c b/clients/simple-egl

[PATCH weston 1/5] simple-egl: Make window moveable

2012-06-26 Thread Ander Conselvan de Oliveira
--- clients/simple-egl.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index 25c7bdf..0091172 100644 --- a/clients/simple-egl.c +++ b/clients/simple-egl.c @@ -28,6 +28,8 @@ #include #include +#include + #include #include @@ -