From 3b6919c5eafb76f36f240f8c5651698539860853 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 3 Feb 2020 13:39:55 +0100 Subject: remove warning: 'GTimeVal' is deprecated --- src/core/window-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/window-private.h') diff --git a/src/core/window-private.h b/src/core/window-private.h index 008979e5..5abef1e1 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -345,7 +345,7 @@ struct _MetaWindow /* XSync update counter */ XSyncCounter sync_request_counter; guint sync_request_serial; - GTimeVal sync_request_time; + gint64 sync_request_time; #endif /* Number of UnmapNotify that are caused by us, if -- cgit v1.2.1