From 7ffac97f4908f0eaf38364336c1844665dd17335 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 26 Aug 2022 09:37:47 +0800 Subject: [PATCH] ; * src/xterm.h (struct x_display_info): Update comment. --- src/xterm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xterm.h b/src/xterm.h index 3654c3d5db1..a0ae3a330a9 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -834,7 +834,8 @@ struct x_display_info bool server_time_monotonic_p; /* The time difference between the X server clock and the monotonic - clock, or 0 if unknown (FIXME: what if the difference is zero?). */ + clock, or 0 if unknown (if the difference is legitimately 0, + server_time_monotonic_p will be true). */ int_fast64_t server_time_offset; #endif }; -- 2.39.2