Ignore:
Timestamp:
2024-06-29T18:46:37Z (5 days ago)
Author:
GitHub <noreply@…>
Parents:
e3997a8 (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@…> (2024-06-29 18:46:37)
git-committer:
GitHub <noreply@…> (2024-06-29 18:46:37)
Message:

Merge 9a664b6dd10624fd8da3c9a74ecc75ab40ba4863 into e3997a897c134db63e3b799a0b3885fb90fd2731

File:
1 edited

Legend:

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

    re3997a8 ra3086a4  
    5353        errno_t (*get_window_info)(void *, sysarg_t, wndmgt_window_info_t **);
    5454        errno_t (*activate_window)(void *, sysarg_t, sysarg_t);
     55        errno_t (*deactivate_window)(void *, sysarg_t, sysarg_t);
    5556        errno_t (*close_window)(void *, sysarg_t);
    5657        errno_t (*get_event)(void *, wndmgt_ev_t *);
Note: See TracChangeset for help on using the changeset viewer.