Re: [PATCH wayland] Enhance wayland-scanner so it can use files for input and output.

2015-02-24 Thread Bryce Harrington
On Wed, Feb 25, 2015 at 12:45:56AM +0200, Jussi Pakkanen wrote: > * Enhance wayland-scanner so it can use files for input and output > > Signed-off-by: Jussi Pakkanen Hi Jussi, In the future please generate your patches using `git format-patch` and send them with `git send-email`. For

[PATCH wayland] Enhance wayland-scanner so it can use files for input and output.

2015-02-24 Thread Jussi Pakkanen
* Enhance wayland-scanner so it can use files for input and output Signed-off-by: Jussi Pakkanen src/scanner.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/scanner.c b/src/scanner.c index 1f1e59a..809a339 100644 --- a/src/scanner.c +++