Changeset 7e38970d in mainline for uspace/srv/hid/display/seat.c
- Timestamp:
- 2020-12-07T00:08:37Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25f26600
- Parents:
- 7a873f0 (diff), 8596474 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.c
r7a873f0 r7e38970d 90 90 void ds_seat_set_focus(ds_seat_t *seat, ds_window_t *wnd) 91 91 { 92 if (wnd == seat->focus) { 93 /* Focus is not changing */ 94 return; 95 } 96 92 97 if (seat->focus != NULL) 93 98 ds_window_post_unfocus_event(seat->focus);
Note:
See TracChangeset
for help on using the changeset viewer.