Changeset a6492460 in mainline for uspace/app/taskbar/types/wndlist.h


Ignore:
Timestamp:
2022-11-09T16:17:59Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88d828e
Parents:
54593f3
Message:

Pass ID of device that clicked the window button to activate window

To ensure the correct seat's focus is switched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/types/wndlist.h

    r54593f3 ra6492460  
    7575        /** Window management service */
    7676        wndmgt_t *wndmgt;
     77
     78        /** Position ID of last position event */
     79        sysarg_t ev_pos_id;
    7780} wndlist_t;
    7881
Note: See TracChangeset for help on using the changeset viewer.