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


Ignore:
Timestamp:
2020-10-23T13:45:18Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a43bd0
Parents:
26653c9
git-author:
Jiri Svoboda <jiri@…> (2020-10-22 19:44:59)
git-committer:
Jiri Svoboda <jiri@…> (2020-10-23 13:45:18)
Message:

Decorate terminal window

File:
1 edited

Legend:

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

    r26653c9 rdcfd422  
    5252extern errno_t ui_wdecor_paint(ui_wdecor_t *);
    5353extern void ui_wdecor_pos_event(ui_wdecor_t *, pos_event_t *);
     54extern void ui_wdecor_rect_from_app(gfx_rect_t *, gfx_rect_t *);
    5455
    5556#endif
Note: See TracChangeset for help on using the changeset viewer.