Re: [PATCH 3/2 weston] clickdot: Add --debug option to preserve useful behavior.

2012-11-09 Thread Bill Spitzak
Make a new "draw" program. Nobody is going to discover the "debug" command line option. I certainly use clickdot as it is to see how fast event responses are. It would be nice to fix it to draw all the received mouse-move events, rather than drawing straight lines between where the mouse was o

Re: [PATCH 3/2 weston] clickdot: Add --debug option to preserve useful behavior.

2012-11-09 Thread Pekka Paalanen
On Fri, 9 Nov 2012 07:53:32 -0700 Scott Moreau wrote: > On Fri, Nov 9, 2012 at 2:46 AM, Pekka Paalanen wrote: > > > On Fri, 9 Nov 2012 02:20:33 -0700 > > Scott Moreau wrote: > > > > > --- > > > > > > Hi Pekka, > > > > > > Thanks for the review. Here is a patch that could be applied on top to

Re: [PATCH 3/2 weston] clickdot: Add --debug option to preserve useful behavior.

2012-11-09 Thread Scott Moreau
On Fri, Nov 9, 2012 at 2:46 AM, Pekka Paalanen wrote: > On Fri, 9 Nov 2012 02:20:33 -0700 > Scott Moreau wrote: > > > --- > > > > Hi Pekka, > > > > Thanks for the review. Here is a patch that could be applied on top to > > preserve the original behavior. > > Hello Scott, > > ok, then you should

Re: [PATCH 3/2 weston] clickdot: Add --debug option to preserve useful behavior.

2012-11-09 Thread Pekka Paalanen
On Fri, 9 Nov 2012 02:20:33 -0700 Scott Moreau wrote: > --- > > Hi Pekka, > > Thanks for the review. Here is a patch that could be applied on top to > preserve the original behavior. Hello Scott, ok, then you should probably make the debug mode the default, but what is the purpose of the non

[PATCH 3/2 weston] clickdot: Add --debug option to preserve useful behavior.

2012-11-09 Thread Scott Moreau
--- Hi Pekka, Thanks for the review. Here is a patch that could be applied on top to preserve the original behavior. clients/clickdot.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/clients/clickdot.c b/clients/clickdot.c index b04db6b..9e3def0