Changeset 79ae36dd in mainline for uspace/srv/hid/kbd/layout/us_dvorak.c
- Timestamp:
- 2011-06-08T19:01:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eff68e
- Parents:
- 764d71e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/layout/us_dvorak.c
r764d71e r79ae36dd 38 38 39 39 static void layout_reset(void); 40 static wchar_t layout_parse_ev( console_event_t *ev);40 static wchar_t layout_parse_ev(kbd_event_t *ev); 41 41 42 42 layout_op_t us_dvorak_op = { … … 210 210 } 211 211 212 static wchar_t layout_parse_ev( console_event_t *ev)212 static wchar_t layout_parse_ev(kbd_event_t *ev) 213 213 { 214 214 wchar_t c;
Note:
See TracChangeset
for help on using the changeset viewer.