diff options
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 | 
