Changeset a7635a17 in mainline for uspace/lib/wndmgt/include/wndmgt.h


Ignore:
Timestamp:
2026-03-31T04:56:23Z (7 days ago)
Author:
GitHub <noreply@…>
Parents:
4f16db1 (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-03-31 04:56:23)
git-committer:
GitHub <noreply@…> (2026-03-31 04:56:23)
Message:

Merge 9a664b6dd10624fd8da3c9a74ecc75ab40ba4863 into 4f16db12a6eb96c2068777d1b95978d94e4119b1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/wndmgt/include/wndmgt.h

    r4f16db1 ra7635a17  
    4848extern void wndmgt_free_window_info(wndmgt_window_info_t *);
    4949extern errno_t wndmgt_activate_window(wndmgt_t *, sysarg_t, sysarg_t);
     50extern errno_t wndmgt_deactivate_window(wndmgt_t *, sysarg_t, sysarg_t);
    5051extern errno_t wndmgt_close_window(wndmgt_t *, sysarg_t);
    5152
Note: See TracChangeset for help on using the changeset viewer.