Changeset 1af103e in mainline for uspace/lib/ui/private/wdecor.h
- Timestamp:
- 2023-09-13T17:29:07Z (23 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61643c8
- Parents:
- 46bd63c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/wdecor.h
r46bd63c9 r1af103e 41 41 #include <io/pos_event.h> 42 42 #include <stdbool.h> 43 #include <types/common.h> 43 44 #include <types/ui/cursor.h> 44 45 #include <types/ui/wdecor.h> … … 94 95 } ui_wdecor_geom_t; 95 96 97 extern void ui_wdecor_sysmenu(ui_wdecor_t *, sysarg_t); 96 98 extern void ui_wdecor_minimize(ui_wdecor_t *); 97 99 extern void ui_wdecor_maximize(ui_wdecor_t *);
Note:
See TracChangeset
for help on using the changeset viewer.