Changeset 17c0f5d in mainline for uspace/srv/hid/display/window.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/window.h

    r5d86797 r17c0f5d  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    7878extern errno_t ds_window_set_cursor(ds_window_t *, display_stock_cursor_t);
    7979extern errno_t ds_window_set_caption(ds_window_t *, const char *);
     80extern ds_window_t *ds_window_find_alt(ds_window_t *, display_wnd_flags_t);
     81extern void ds_window_unfocus(ds_window_t *);
    8082
    8183#endif
Note: See TracChangeset for help on using the changeset viewer.