Changeset dc0f6e4c in mainline for uspace/lib/ui/private/wdecor.h
- Timestamp:
- 2023-10-24T16:50:46Z (13 months ago)
- Parents:
- 29ed06d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 20:38:41)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-24 16:50:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/wdecor.h
r29ed06d rdc0f6e4c 108 108 extern void ui_wdecor_close(ui_wdecor_t *); 109 109 extern void ui_wdecor_move(ui_wdecor_t *, gfx_coord2_t *, sysarg_t); 110 extern void ui_wdecor_resize(ui_wdecor_t *, ui_wdecor_rsztype_t,110 extern void ui_wdecor_resize(ui_wdecor_t *, display_wnd_rsztype_t, 111 111 gfx_coord2_t *, sysarg_t); 112 112 extern void ui_wdecor_set_cursor(ui_wdecor_t *, ui_stock_cursor_t); … … 116 116 extern errno_t ui_wdecor_sysmenu_hdl_paint(ui_wdecor_t *, gfx_rect_t *); 117 117 extern void ui_wdecor_frame_pos_event(ui_wdecor_t *, pos_event_t *); 118 extern ui_wdecor_rsztype_t ui_wdecor_get_rsztype(ui_wdecor_t *,118 extern display_wnd_rsztype_t ui_wdecor_get_rsztype(ui_wdecor_t *, 119 119 gfx_coord2_t *); 120 extern ui_stock_cursor_t ui_wdecor_cursor_from_rsztype( ui_wdecor_rsztype_t);120 extern ui_stock_cursor_t ui_wdecor_cursor_from_rsztype(display_wnd_rsztype_t); 121 121 122 122 #endif
Note:
See TracChangeset
for help on using the changeset viewer.