Ignore:
File:
1 edited

Legend:

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

    r252d03c 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.