Changeset 338d0935 in mainline for uspace/srv/hid/display/seat.c
- Timestamp:
- 2020-03-02T11:22:01Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2e104e
- Parents:
- 7bb45e3
- git-author:
- Jiri Svoboda <jiri@…> (2020-02-01 11:18:50)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-03-02 11:22:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.c
r7bb45e3 r338d0935 137 137 return EOK; 138 138 139 return ds_ client_post_kbd_event(dwindow->client,dwindow, event);139 return ds_window_post_kbd_event(dwindow, event); 140 140 } 141 141
Note:
See TracChangeset
for help on using the changeset viewer.