aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index b656c8dcb2b..fb099e92ea0 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -774,6 +774,10 @@ struct x_display_info
774 /* Whether or not the server time is probably the same as 774 /* Whether or not the server time is probably the same as
775 "clock_gettime (CLOCK_MONOTONIC, ...)". */ 775 "clock_gettime (CLOCK_MONOTONIC, ...)". */
776 bool server_time_monotonic_p; 776 bool server_time_monotonic_p;
777
778 /* The time difference between the X server clock and the monotonic
779 clock. */
780 int64_t server_time_offset;
777#endif 781#endif
778}; 782};
779 783