Re: [PATCH V3 5/7] weston:Add the weston randr protocol implementation

2014-04-13 Thread Wang, Quanxian
Sorry to be later. Thanks for your comment. On Wed, 2014-04-09 at 09:59 +0200, Hardening wrote: > Le 08/04/2014 07:03, Quanxian Wang a écrit : > > Signed-off-by: Quanxian Wang > > --- > > module/Makefile.am|3 + > > module/wrandr/Makefile.am | 32 ++ > > module/wrandr/wrandr.c

Re: [PATCH V3 5/7] weston:Add the weston randr protocol implementation

2014-04-09 Thread Hardening
Le 08/04/2014 07:03, Quanxian Wang a écrit : Signed-off-by: Quanxian Wang --- module/Makefile.am|3 + module/wrandr/Makefile.am | 32 ++ module/wrandr/wrandr.c| 1262 + 3 files changed, 1297 insertions(+) create mode 100644 mod

[PATCH V3 5/7] weston:Add the weston randr protocol implementation

2014-04-07 Thread Quanxian Wang
Signed-off-by: Quanxian Wang --- module/Makefile.am|3 + module/wrandr/Makefile.am | 32 ++ module/wrandr/wrandr.c| 1262 + 3 files changed, 1297 insertions(+) create mode 100644 module/Makefile.am create mode 100644 module/wrandr/Ma