Changeset 88d828e in mainline for uspace/srv/hid/display/window.c


Ignore:
Timestamp:
2022-11-09T16:44:28Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Keyboard events need device ID too + some DS multiseat work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/window.c

    ra6492460 r88d828e  
    142142        }
    143143
     144        // TODO Multi-seat: which seat should own the new window?
    144145        seat = ds_display_first_seat(client->display);
    145146
     
    505506        wnd->preview_rect = wnd->rect;
    506507
    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!
    508509        seat = ds_display_first_seat(wnd->display);
    509510        ctype = display_cursor_from_wrsz(rsztype);
     
    536537        ds_client_post_resize_event(wnd->client, wnd, &nrect);
    537538
    538         // XXX Need to know which seat started the resize!
     539        // TODO Multi-seat: Need to know which seat started the resize!
    539540        seat = ds_display_first_seat(wnd->display);
    540541        ds_seat_set_wm_cursor(seat, NULL);
Note: See TracChangeset for help on using the changeset viewer.