Changeset cde067e in mainline for uspace/lib/ui/private/window.h


Ignore:
Timestamp:
2024-08-22T16:52:45Z (8 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
ca95ccd
Parents:
69d4aba
Message:

Add UI window callback that is called when window is resized.

File:
1 edited

Legend:

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

    r69d4aba rcde067e  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    133133extern void ui_window_send_pos(ui_window_t *, pos_event_t *);
    134134extern void ui_window_send_unfocus(ui_window_t *, unsigned);
     135extern void ui_window_send_resize(ui_window_t *);
    135136extern errno_t ui_window_size_change(ui_window_t *, gfx_rect_t *,
    136137    ui_wnd_sc_op_t);
Note: See TracChangeset for help on using the changeset viewer.