On Wed, Apr 06, 2005 at 06:09:10PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> Martin> Nice, those small attachments ;-/
> 
>       case LFUN_UPSEL:
>       case LFUN_UP:
> +             if (cur.inMacroMode()) break;
>               cur.selHandle(cmd.action == LFUN_UPSEL);
>               if (!cur.up())
>                       cmd = FuncRequest(LFUN_FINISHED_UP);

Not ok. Formatting neither.

> Why don't you use cur.macroModeClose() as for LFUN_LEFT/RIGHT?

Better.

Andre'

Reply via email to