Changeset c79545e in mainline for uspace/srv/hid/display/ddev.c
- Timestamp:
- 2020-01-19T10:00:11Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2012fe0
- Parents:
- 946a666
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/ddev.c
r946a666 rc79545e 94 94 ds_display_add_ddev(display, ddev); 95 95 96 rc = ds_display_paint_bg(display, NULL); 97 if (rc != EOK) 98 return rc; 99 96 100 *rddev = ddev; 97 101 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.