Changeset be15256 in mainline for uspace/srv/hid/display/test/window.c


Ignore:
Timestamp:
2019-11-05T08:00:18Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b2d1df3
Parents:
b3c185b6
git-author:
Jiri Svoboda <jiri@…> (2019-10-04 19:00:15)
git-committer:
Jiri Svoboda <jiri@…> (2019-11-05 08:00:18)
Message:

ds_client should not have reverse dependency on libdisplay's display_srv

Breaks layering and hampers testability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/test/window.c

    rb3c185b6 rbe15256  
    4747        errno_t rc;
    4848
    49         rc = ds_client_create(NULL, NULL, &client);
     49        rc = ds_client_create(NULL, NULL, NULL, &client);
    5050        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    5151
Note: See TracChangeset for help on using the changeset viewer.