Changeset 3e41cc4 in mainline for uspace/lib/ui/include
- Timestamp:
- 2025-10-19T13:08:37Z (3 months ago)
- Branches:
- master
- Children:
- aefdccd, c81ab84, e6b4d2d, fa655ae0
- Parents:
- bb4d0b5
- File:
-
- 1 edited
-
uspace/lib/ui/include/ui/window.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/ui/window.h
rbb4d0b5 r3e41cc4 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 56 56 extern void ui_window_add(ui_window_t *, ui_control_t *); 57 57 extern void ui_window_remove(ui_window_t *, ui_control_t *); 58 extern ui_window_t *ui_window_get_active(ui_t *);59 58 extern errno_t ui_window_resize(ui_window_t *, gfx_rect_t *); 60 59 extern ui_t *ui_window_get_ui(ui_window_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
