Changes in uspace/app/taskbar/test/wndlist.c [4c6fd56:ca48672] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/test/wndlist.c
r4c6fd56 rca48672 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 149 149 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 150 150 151 rc = loc_service_register(srv, test_wndmgt_svc, &sid);151 rc = loc_service_register(srv, test_wndmgt_svc, fallback_port_id, &sid); 152 152 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 153 153
Note:
See TracChangeset
for help on using the changeset viewer.