Changeset ef30659 in mainline
- Timestamp:
- 2020-04-26T09:04:10Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e49b7997
- Parents:
- 71eff34
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.c
r71eff34 ref30659 88 88 seat->focus = wnd; 89 89 90 if (wnd != NULL) 90 if (wnd != NULL) { 91 91 ds_window_post_focus_event(wnd); 92 93 ds_window_bring_to_top(wnd);92 ds_window_bring_to_top(wnd); 93 } 94 94 } 95 95
Note:
See TracChangeset
for help on using the changeset viewer.