Changeset 9901f267 in mainline for uspace/srv/hid/display/seat.h


Ignore:
Timestamp:
2020-05-22T10:38:52Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef20a91
Parents:
9242ad9
git-author:
Jiri Svoboda <jiri@…> (2020-05-21 17:38:41)
git-committer:
Jiri Svoboda <jiri@…> (2020-05-22 10:38:52)
Message:

Display server needs to override cursor when resizing windows

Although the pointer moves, the window is not resized until button
is released. Therefore we need override the cursor from what it
would be just based on where the pointer is located.

File:
1 edited

Legend:

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

    r9242ad9 r9901f267  
    5252extern errno_t ds_seat_post_ptd_event(ds_seat_t *, ptd_event_t *);
    5353extern errno_t ds_seat_post_pos_event(ds_seat_t *, pos_event_t *);
     54extern void ds_seat_set_wm_cursor(ds_seat_t *, ds_cursor_t *);
    5455
    5556#endif
Note: See TracChangeset for help on using the changeset viewer.