Changeset 3a6d44b7 in mainline for uspace/lib/wndmgt/include/wndmgt.h


Ignore:
Timestamp:
2022-11-07T17:42:51Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60ebe63
Parents:
f1f433d
Message:

Activate window by pushing window button on taskbar

Note that with multiple seats, one would need to know which seat pushed
the button and set the appropriate focus.

File:
1 edited

Legend:

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

    rf1f433d r3a6d44b7  
    4747    wndmgt_window_info_t **);
    4848extern void wndmgt_free_window_info(wndmgt_window_info_t *);
    49 extern errno_t wndmgt_activate_window(wndmgt_t *, sysarg_t);
     49extern errno_t wndmgt_activate_window(wndmgt_t *, sysarg_t, sysarg_t);
    5050extern errno_t wndmgt_close_window(wndmgt_t *, sysarg_t);
    5151
Note: See TracChangeset for help on using the changeset viewer.