Changeset 5d62130 in mainline for uspace/srv/hid/display/display.h


Ignore:
Timestamp:
2022-11-13T10:56:43Z (21 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a130983
Parents:
a5c7b865
Message:

Taskbar should be always on top

We add support for topmost windows and make the taskbar window topmost.

File:
1 edited

Legend:

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

    ra5c7b865 r5d62130  
    6767extern ds_window_t *ds_display_find_window(ds_display_t *, ds_wnd_id_t);
    6868extern ds_window_t *ds_display_window_by_pos(ds_display_t *, gfx_coord2_t *);
     69extern void ds_display_enlist_window(ds_display_t *, ds_window_t *);
    6970extern void ds_display_add_window(ds_display_t *, ds_window_t *);
    7071extern void ds_display_remove_window(ds_window_t *);
Note: See TracChangeset for help on using the changeset viewer.