Changeset b7fd2a0 in mainline for uspace/srv/hid/input/layout/us_dvorak.c
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
-
uspace/srv/hid/input/layout/us_dvorak.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/layout/us_dvorak.c
r36f0738 rb7fd2a0 38 38 #include "../kbd.h" 39 39 40 static int us_dvorak_create(layout_t *);40 static errno_t us_dvorak_create(layout_t *); 41 41 static void us_dvorak_destroy(layout_t *); 42 42 static wchar_t us_dvorak_parse_ev(layout_t *, kbd_event_t *ev); … … 209 209 } 210 210 211 static int us_dvorak_create(layout_t *state)211 static errno_t us_dvorak_create(layout_t *state) 212 212 { 213 213 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.
