Changeset 6828a56 in mainline for uspace/srv/hid/display/window.h


Ignore:
Timestamp:
2023-01-19T13:51:14Z (15 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d380b6
Parents:
3be5366
git-author:
Jiri Svoboda <jiri@…> (2023-01-19 19:50:50)
git-committer:
Jiri Svoboda <jiri@…> (2023-01-19 13:51:14)
Message:

Avoid two seats fighting when moving/resizing a window

When two seats have focus on the same window, both pointer's movements
would be delivered to it. Make sure only the seat which started the
move or resize operation affects the operation, otherwise they fight
over it.

File:
1 edited

Legend:

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

    r3be5366 r6828a56  
    8080extern ds_window_t *ds_window_find_alt(ds_window_t *, display_wnd_flags_t);
    8181extern void ds_window_unfocus(ds_window_t *);
     82extern bool ds_window_orig_seat(ds_window_t *, sysarg_t);
    8283
    8384#endif
Note: See TracChangeset for help on using the changeset viewer.