summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-08-26 09:37:47 +0800
committerPo Lu <luangruo@yahoo.com>2022-08-26 09:37:47 +0800
commit7ffac97f4908f0eaf38364336c1844665dd17335 (patch)
treefe7326a2e9b9b076450f760b0bcfdae5fa9009d5
parent7b05ffda80151d0c1a73ec1a4d0cd359849968d5 (diff)
downloademacs-7ffac97f4908f0eaf38364336c1844665dd17335.tar.gz
; * src/xterm.h (struct x_display_info): Update comment.
-rw-r--r--src/xterm.h3
1 files changed, 2 insertions, 1 deletions
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
};