Changeset 5c06c1c in mainline for uspace/srv/kbd/ctl/gxe_fb.c


Ignore:
Timestamp:
2009-02-20T17:11:57Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9979acb
Parents:
dc22844
Message:

remove forgotten argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/ctl/gxe_fb.c

    rdc22844 r5c06c1c  
    244244        key = map[scancode];
    245245        if (key != 0)
    246                 kbd_push_ev(KE_PRESS, key, 0);
     246                kbd_push_ev(KE_PRESS, key);
    247247}
    248248
Note: See TracChangeset for help on using the changeset viewer.