diff options
author | rbuj <[email protected]> | 2020-02-03 13:39:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-21 17:31:50 +0100 |
commit | 3b6919c5eafb76f36f240f8c5651698539860853 (patch) | |
tree | ba8ada86c24155c94aca9ade30d194eebec7adfc /src/core/window-private.h | |
parent | 7ffa17976ba5d0549ac2fb8a81c65dd19aac3767 (diff) | |
download | marco-3b6919c5eafb76f36f240f8c5651698539860853.tar.bz2 marco-3b6919c5eafb76f36f240f8c5651698539860853.tar.xz |
remove warning: 'GTimeVal' is deprecated
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |