aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-08-26 09:37:47 +0800
committerPo Lu2022-08-26 09:37:47 +0800
commit7ffac97f4908f0eaf38364336c1844665dd17335 (patch)
treefe7326a2e9b9b076450f760b0bcfdae5fa9009d5 /src
parent7b05ffda80151d0c1a73ec1a4d0cd359849968d5 (diff)
downloademacs-7ffac97f4908f0eaf38364336c1844665dd17335.tar.gz
emacs-7ffac97f4908f0eaf38364336c1844665dd17335.zip
; * src/xterm.h (struct x_display_info): Update comment.
Diffstat (limited to 'src')
-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
834 bool server_time_monotonic_p; 834 bool server_time_monotonic_p;
835 835
836 /* The time difference between the X server clock and the monotonic 836 /* The time difference between the X server clock and the monotonic
837 clock, or 0 if unknown (FIXME: what if the difference is zero?). */ 837 clock, or 0 if unknown (if the difference is legitimately 0,
838 server_time_monotonic_p will be true). */
838 int_fast64_t server_time_offset; 839 int_fast64_t server_time_offset;
839#endif 840#endif
840}; 841};