Changes in uspace/srv/hid/display/seat.c [554a5f1:62018a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.c
r554a5f1 r62018a0 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 97 92 if (seat->focus != NULL) 98 93 ds_window_post_unfocus_event(seat->focus);
Note:
See TracChangeset
for help on using the changeset viewer.