Changeset 3434233 in mainline for uspace/srv/hid/display/dsops.c
- Timestamp:
- 2019-12-16T10:14:12Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65160d7
- Parents:
- fdc8e40
- git-author:
- Jiri Svoboda <jiri@…> (2019-12-15 10:13:47)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-12-16 10:14:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/dsops.c
rfdc8e40 r3434233 63 63 log_msg(LOG_DEFAULT, LVL_DEBUG, "disp_window_create()"); 64 64 65 rc = ds_window_create(client, &wnd);65 rc = ds_window_create(client, params, &wnd); 66 66 log_msg(LOG_DEFAULT, LVL_DEBUG, "disp_window_create() - ds_window_create -> %d", rc); 67 67 if (rc != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.