We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6a54b commit 23e189fCopy full SHA for 23e189f
src/Gestures/PanBackend.vala
@@ -78,7 +78,7 @@ public class Gala.PanBackend : Object {
78
}
79
80
private void on_gesture_end () {
81
- on_end (calculate_percentage (), Gdk.CURRENT_TIME);
+ on_end (calculate_percentage (), Meta.CURRENT_TIME);
82
83
direction = GestureDirection.UNKNOWN;
84
last_n_points = 0;
0 commit comments