mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Restore Drag mouse bindings and proper double click
Fixes #258 and #259 Reported-by: @ahmadraniri1994 Reported-by: @01micko Suggested-by: bi4k8 <bi4k8@github>
This commit is contained in:
parent
1d9c9d1afc
commit
a52feadaa7
2 changed files with 41 additions and 16 deletions
|
|
@ -469,8 +469,9 @@ struct view *desktop_view_at_cursor(struct server *server);
|
|||
* cursor_rebase - set cursor icon for and send motion-event to surface below it
|
||||
* @seat - current seat
|
||||
* @time_msec - time now
|
||||
* @force - disable check for skipping already focused surface
|
||||
*/
|
||||
void cursor_rebase(struct seat *seat, uint32_t time_msec);
|
||||
void cursor_rebase(struct seat *seat, uint32_t time_msec, bool force);
|
||||
|
||||
/**
|
||||
* cursor_set - set cursor icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue