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_srv.h

    rf1f433d r3a6d44b7  
    5252        errno_t (*get_window_list)(void *, wndmgt_window_list_t **);
    5353        errno_t (*get_window_info)(void *, sysarg_t, wndmgt_window_info_t **);
    54         errno_t (*activate_window)(void *, sysarg_t);
     54        errno_t (*activate_window)(void *, sysarg_t, sysarg_t);
    5555        errno_t (*close_window)(void *, sysarg_t);
    5656        errno_t (*get_event)(void *, wndmgt_ev_t *);
Note: See TracChangeset for help on using the changeset viewer.