Changeset b48e680f in mainline for uspace/lib/ui/include/ui/wdecor.h


Ignore:
Timestamp:
2021-11-03T10:23:28Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec8a1bf
Parents:
ce862ac
git-author:
Jiri Svoboda <jiri@…> (2021-11-02 19:19:50)
git-committer:
Jiri Svoboda <jiri@…> (2021-11-03 10:23:28)
Message:

Allow console application to set the terminal window caption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/wdecor.h

    rce862ac rb48e680f  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5151extern void ui_wdecor_set_rect(ui_wdecor_t *, gfx_rect_t *);
    5252extern void ui_wdecor_set_active(ui_wdecor_t *, bool);
     53extern errno_t ui_wdecor_set_caption(ui_wdecor_t *, const char *);
    5354extern errno_t ui_wdecor_paint(ui_wdecor_t *);
    5455extern ui_evclaim_t ui_wdecor_pos_event(ui_wdecor_t *, pos_event_t *);
Note: See TracChangeset for help on using the changeset viewer.