Changeset 879d7245 in mainline for uspace/srv/hid/display/client.c


Ignore:
Timestamp:
2019-11-30T00:00:51Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94635b30
Parents:
fd777a2
Message:

Make use of window now having a pointer directly to display

File:
1 edited

Legend:

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

    rfd777a2 r879d7245  
    113113
    114114        /* Make sure window is no longer focused in any seat */
    115         seat = ds_display_first_seat(wnd->client->display);
     115        seat = ds_display_first_seat(wnd->display);
    116116        while (seat != NULL) {
    117117                ds_seat_evac_focus(seat, wnd);
Note: See TracChangeset for help on using the changeset viewer.