Changeset dc0f6e4c in mainline for uspace/lib/ui/private/wdecor.h


Ignore:
Timestamp:
2023-10-24T16:50:46Z (13 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Deduplicate identical enums for window resizing

File:
1 edited

Legend:

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

    r29ed06d rdc0f6e4c  
    108108extern void ui_wdecor_close(ui_wdecor_t *);
    109109extern 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,
     110extern void ui_wdecor_resize(ui_wdecor_t *, display_wnd_rsztype_t,
    111111    gfx_coord2_t *, sysarg_t);
    112112extern void ui_wdecor_set_cursor(ui_wdecor_t *, ui_stock_cursor_t);
     
    116116extern errno_t ui_wdecor_sysmenu_hdl_paint(ui_wdecor_t *, gfx_rect_t *);
    117117extern 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 *,
     118extern display_wnd_rsztype_t ui_wdecor_get_rsztype(ui_wdecor_t *,
    119119    gfx_coord2_t *);
    120 extern ui_stock_cursor_t ui_wdecor_cursor_from_rsztype(ui_wdecor_rsztype_t);
     120extern ui_stock_cursor_t ui_wdecor_cursor_from_rsztype(display_wnd_rsztype_t);
    121121
    122122#endif
Note: See TracChangeset for help on using the changeset viewer.