Skip to content

Commit 23e189f

Browse files
committed
Use meta current time
1 parent 7a6a54b commit 23e189f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gestures/PanBackend.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class Gala.PanBackend : Object {
7878
}
7979

8080
private void on_gesture_end () {
81-
on_end (calculate_percentage (), Gdk.CURRENT_TIME);
81+
on_end (calculate_percentage (), Meta.CURRENT_TIME);
8282

8383
direction = GestureDirection.UNKNOWN;
8484
last_n_points = 0;

0 commit comments

Comments
 (0)