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/lib/ui/include/types/ui/wdecor.h

    raaa3b855 r3be5366  
    8585        void (*unmaximize)(ui_wdecor_t *, void *);
    8686        void (*close)(ui_wdecor_t *, void *);
    87         void (*move)(ui_wdecor_t *, void *, gfx_coord2_t *);
     87        void (*move)(ui_wdecor_t *, void *, gfx_coord2_t *, sysarg_t);
    8888        void (*resize)(ui_wdecor_t *, void *, ui_wdecor_rsztype_t,
    8989            gfx_coord2_t *, sysarg_t);
Note: See TracChangeset for help on using the changeset viewer.