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


Ignore:
Timestamp:
2021-06-03T14:02:59Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
2e6394e
Parents:
6baab83
git-author:
Jiri Svoboda <jiri@…> (2021-06-02 17:00:03)
git-committer:
Jiri Svoboda <jiri@…> (2021-06-03 14:02:59)
Message:

Popup windows event delivery is special

Popup windows don't get focus, yet they still receive events.

File:
1 edited

Legend:

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

    r6baab83 rb4b4dafe  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    115115        seat = ds_display_first_seat(wnd->display);
    116116        while (seat != NULL) {
    117                 ds_seat_evac_focus(seat, wnd);
     117                ds_seat_evac_wnd_refs(seat, wnd);
    118118                seat = ds_display_next_seat(seat);
    119119        }
Note: See TracChangeset for help on using the changeset viewer.