window: Update drag hotspot as new touches approach
Any number of touches >= 3 starts a drag operation, but the window jumped around as new touches joined. So recalculate the touch drag area/hotspot and tiling mode as expected as soon as touches enter/leave the drag op.
This commit is contained in:

committed by
Jasper St. Pierre

parent
de0d9e4da8
commit
2e8682d607
@@ -161,6 +161,7 @@ struct _MetaTouchInfo
|
||||
gdouble initial_root_y;
|
||||
|
||||
guint notified : 1;
|
||||
guint use_for_hotspot : 1;
|
||||
};
|
||||
|
||||
struct _MetaDisplay
|
||||
|
Reference in New Issue
Block a user