Changeset dc5c303 in mainline for uspace/srv/hid/display/test/seat.c
- Timestamp:
- 2023-12-28T13:59:23Z (14 months ago)
- Children:
- 6b66de6b
- Parents:
- 42c2e65 (diff), f87ff8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
- git-committer:
- GitHub <noreply@…> (2023-12-28 13:59:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/seat.c
r42c2e65 rdc5c303 212 212 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 213 213 214 /* w0 is at the top, then w1, then w2 */ 215 214 216 PCUT_ASSERT_EQUALS(w0, seat->focus); 215 217 216 218 ds_window_unfocus(w0); 217 219 218 /* The previous window, w 2, should be focused now */219 PCUT_ASSERT_EQUALS(w 2, seat->focus);220 /* The previous window, w1, should be focused now */ 221 PCUT_ASSERT_EQUALS(w1, seat->focus); 220 222 221 223 ds_window_destroy(w0);
Note:
See TracChangeset
for help on using the changeset viewer.