Changeset 88d828e in mainline for uspace/srv/hid/display/window.c
- Timestamp:
- 2022-11-09T16:44:28Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68704ab
- Parents:
- a6492460
- git-author:
- Jiri Svoboda <jiri@…> (2022-11-09 16:41:51)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-11-09 16:44:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.c
ra6492460 r88d828e 142 142 } 143 143 144 // TODO Multi-seat: which seat should own the new window? 144 145 seat = ds_display_first_seat(client->display); 145 146 … … 505 506 wnd->preview_rect = wnd->rect; 506 507 507 // XXX Need client to tell us which seat started the resize!508 // TODO Multi-seat: need client to tell us which seat started the resize! 508 509 seat = ds_display_first_seat(wnd->display); 509 510 ctype = display_cursor_from_wrsz(rsztype); … … 536 537 ds_client_post_resize_event(wnd->client, wnd, &nrect); 537 538 538 // XXXNeed to know which seat started the resize!539 // TODO Multi-seat: Need to know which seat started the resize! 539 540 seat = ds_display_first_seat(wnd->display); 540 541 ds_seat_set_wm_cursor(seat, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.