Changeset 46a47c0 in mainline for uspace/lib/ui/private/window.h
- Timestamp:
- 2023-01-16T20:34:01Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b0ae23f
- Parents:
- b3eeae5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/window.h
rb3eeae5 r46a47c0 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 116 116 extern void ui_window_send_unmaximize(ui_window_t *); 117 117 extern void ui_window_send_close(ui_window_t *); 118 extern void ui_window_send_focus(ui_window_t * );118 extern void ui_window_send_focus(ui_window_t *, unsigned); 119 119 extern void ui_window_send_kbd(ui_window_t *, kbd_event_t *); 120 120 extern errno_t ui_window_send_paint(ui_window_t *); 121 121 extern void ui_window_send_pos(ui_window_t *, pos_event_t *); 122 extern void ui_window_send_unfocus(ui_window_t * );122 extern void ui_window_send_unfocus(ui_window_t *, unsigned); 123 123 extern errno_t ui_window_size_change(ui_window_t *, gfx_rect_t *, 124 124 ui_wnd_sc_op_t);
Note:
See TracChangeset
for help on using the changeset viewer.