Changeset 76f71b8 in mainline for uspace/lib/wndmgt/include/wndmgt.h
- Timestamp:
- 2025-04-17T06:59:38Z (5 days ago)
- Parents:
- 65bf084 (diff), 9a664b6d (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:
- Mohammed Q. Hussain <maastaar@…> (2025-04-17 06:59:38)
- git-committer:
- GitHub <noreply@…> (2025-04-17 06:59:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/wndmgt/include/wndmgt.h
r65bf084 r76f71b8 48 48 extern void wndmgt_free_window_info(wndmgt_window_info_t *); 49 49 extern errno_t wndmgt_activate_window(wndmgt_t *, sysarg_t, sysarg_t); 50 extern errno_t wndmgt_deactivate_window(wndmgt_t *, sysarg_t, sysarg_t); 50 51 extern errno_t wndmgt_close_window(wndmgt_t *, sysarg_t); 51 52
Note:
See TracChangeset
for help on using the changeset viewer.