Ignore:
Timestamp:
2023-01-19T12:09:34Z (15 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6828a56
Parents:
aaa3b855
git-author:
Jiri Svoboda <jiri@…> (2023-01-19 18:09:23)
git-committer:
Jiri Svoboda <jiri@…> (2023-01-19 12:09:34)
Message:

Add pos_id information to move request, too

This will become useful momentarily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/types/display/window.h

    raaa3b855 r3be5366  
    103103        /** Original position before started to move or resize the window */
    104104        gfx_coord2_t orig_pos;
    105         /** Positioning device that started the resize */
     105        /** Positioning device that started the move or resize */
    106106        sysarg_t orig_pos_id;
    107107        /** Window resize type (if state is dsw_resizing) */
Note: See TracChangeset for help on using the changeset viewer.