Re: [PATCH weston 2/3] clients: add cliptest program

2012-09-12 Thread Kristian Høgsberg
On Tue, Sep 11, 2012 at 05:02:04PM +0300, Pekka Paalanen wrote: > Cliptest is for controlled testing of the calculate_edges() function in > compositor.c. The function is copied verbatim into cliptest.c. > > Signed-off-by: Pekka Paalanen Nice, thanks. Kristian > --- > clients/.gitignore |

[PATCH weston 2/3] clients: add cliptest program

2012-09-11 Thread Pekka Paalanen
Cliptest is for controlled testing of the calculate_edges() function in compositor.c. The function is copied verbatim into cliptest.c. Signed-off-by: Pekka Paalanen --- clients/.gitignore |1 + clients/Makefile.am |5 + clients/cliptest.c | 833