Changeset 17c0f5d in mainline for uspace/srv/hid/display/seat.h


Ignore:
Timestamp:
2023-01-05T19:28:22Z (16 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ededdc4
Parents:
5d86797
Message:

Switch to another window when window is minimized

And do it properly. Never switch to a minimized window. Only switch to
a system window (Task bar) when no other is available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/seat.h

    r5d86797 r17c0f5d  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5151extern void ds_seat_set_popup(ds_seat_t *, ds_window_t *);
    5252extern void ds_seat_evac_wnd_refs(ds_seat_t *, ds_window_t *);
     53extern void ds_seat_unfocus_wnd(ds_seat_t *, ds_window_t *);
    5354extern void ds_seat_switch_focus(ds_seat_t *);
    5455extern errno_t ds_seat_post_kbd_event(ds_seat_t *, kbd_event_t *);
Note: See TracChangeset for help on using the changeset viewer.