Changeset b48e680f in mainline for uspace/lib/ui/include/ui/wdecor.h
- Timestamp:
- 2021-11-03T10:23:28Z (4 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/wdecor.h
rce862ac rb48e680f 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 51 51 extern void ui_wdecor_set_rect(ui_wdecor_t *, gfx_rect_t *); 52 52 extern void ui_wdecor_set_active(ui_wdecor_t *, bool); 53 extern errno_t ui_wdecor_set_caption(ui_wdecor_t *, const char *); 53 54 extern errno_t ui_wdecor_paint(ui_wdecor_t *); 54 55 extern ui_evclaim_t ui_wdecor_pos_event(ui_wdecor_t *, pos_event_t *);
Note:
See TracChangeset
for help on using the changeset viewer.