Changeset 7cc30e9 in mainline for uspace/srv/hid/display/window.h


Ignore:
Timestamp:
2022-10-24T17:50:46Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
913add60
Parents:
7a05d924
Message:

Display server needs to store window caption

Even though it does not use it itself, it needs to provide it to
window managers (e.g. Task bar). We need to be able to set caption
for a new window and to change it for an existing window.

File:
1 edited

Legend:

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

    r7a05d924 r7cc30e9  
    7373    gfx_rect_t *);
    7474extern errno_t ds_window_set_cursor(ds_window_t *, display_stock_cursor_t);
     75extern errno_t ds_window_set_caption(ds_window_t *, const char *);
    7576
    7677#endif
Note: See TracChangeset for help on using the changeset viewer.