Changes in uspace/srv/hid/display/test/seat.c [acd7ac2:d8503fd] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/display/test/seat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/seat.c
racd7ac2 rd8503fd 212 212 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 213 213 214 /* w0 is at the top, then w1, then w2 */215 216 214 PCUT_ASSERT_EQUALS(w0, seat->focus); 217 215 218 216 ds_window_unfocus(w0); 219 217 220 /* The previous window, w 1, should be focused now */221 PCUT_ASSERT_EQUALS(w 1, seat->focus);218 /* The previous window, w2, should be focused now */ 219 PCUT_ASSERT_EQUALS(w2, seat->focus); 222 220 223 221 ds_window_destroy(w0);
Note:
See TracChangeset
for help on using the changeset viewer.
