Changeset dc8f2c7 in mainline for uspace/lib/wndmgt/include/wndmgt_srv.h
- Timestamp:
- 2026-04-18T05:14:09Z (10 days ago)
- Parents:
- 5df2570 (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@…> (2026-04-18 05:14:09)
- git-committer:
- GitHub <noreply@…> (2026-04-18 05:14:09)
- File:
-
- 1 edited
-
uspace/lib/wndmgt/include/wndmgt_srv.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/wndmgt/include/wndmgt_srv.h
r5df2570 rdc8f2c7 53 53 errno_t (*get_window_info)(void *, sysarg_t, wndmgt_window_info_t **); 54 54 errno_t (*activate_window)(void *, sysarg_t, sysarg_t); 55 errno_t (*deactivate_window)(void *, sysarg_t, sysarg_t); 55 56 errno_t (*close_window)(void *, sysarg_t); 56 57 errno_t (*get_event)(void *, wndmgt_ev_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
