Changeset aefdccd in mainline for uspace/lib/ui/private
- Timestamp:
- 2025-10-20T06:14:54Z (2 months ago)
- Parents:
- adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
- git-committer:
- GitHub <noreply@…> (2025-10-20 06:14:54)
- File:
-
- 1 edited
-
uspace/lib/ui/private/window.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/window.h
radbd7e1 raefdccd 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 136 136 extern errno_t ui_window_size_change(ui_window_t *, gfx_rect_t *, 137 137 ui_wnd_sc_op_t); 138 extern ui_window_t *ui_window_get_active(ui_t *); 139 extern ui_window_t *ui_window_first(ui_t *); 140 extern ui_window_t *ui_window_next(ui_window_t *); 138 141 139 142 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
