[MPlayer-dev-eng] [PATCH]: vo_caca.c: improve mouse/keyboard handling

Paul B. Mahol onemda at gmail.com
Wed Nov 23 21:27:28 CET 2011


On 11/23/11, Reimar Doeffinger <Reimar.Doeffinger at gmx.de> wrote:
> On Fri, Nov 18, 2011 at 10:17:13PM +0000, Paul B. Mahol wrote:
>> On 11/18/11, Reimar Doeffinger <Reimar.Doeffinger at gmx.de> wrote:
>> > On Thu, Nov 10, 2011 at 02:19:41AM +0000, Paul B. Mahol wrote:
>> >> +        case CACA_KEY_F1:
>> >> +        case CACA_KEY_F2:
>> >> +        case CACA_KEY_F3:
>> >> +        case CACA_KEY_F4:
>> >> +        case CACA_KEY_F5:
>> >> +        case CACA_KEY_F6:
>> >> +        case CACA_KEY_F7:
>> >> +        case CACA_KEY_F8:
>> >> +        case CACA_KEY_F9:
>> >> +        case CACA_KEY_F10:
>> >> +        case CACA_KEY_F11:
>> >> +        case CACA_KEY_F12:
>> >> +        case CACA_KEY_F13:
>> >> +        case CACA_KEY_F14:
>> >> +        case CACA_KEY_F15:
>> >> +            mplayer_put_key(KEY_F + key - 0x119);
>> >
>> > Did you mean - CACA_KEY_F1? That hard-coded 0x119
>> > seems like a really bad idea.
>> > Looks good to me otherwise, except that the issue that
>> > at most one even is processed per check_events call still
>> > remains.
>>
>> Fixed both issues.
>
> Please don't put large reindentations in the same patch as functional
> changes, it is near impossible to figure out what changed.
> Also IMHO '\0' is a pointlessly obfuscated way of writing 0.

Here is patch without reindentation.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: caca1.diff
Type: application/octet-stream
Size: 2664 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20111123/ef27fb4c/attachment.obj>


More information about the MPlayer-dev-eng mailing list