From: Po Lu Date: Fri, 26 Aug 2022 01:37:47 +0000 (+0800) Subject: ; * src/xterm.h (struct x_display_info): Update comment. X-Git-Tag: emacs-29.0.90~1893^2~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ffac97f4908f0eaf38364336c1844665dd17335;p=emacs.git ; * src/xterm.h (struct x_display_info): Update comment. --- 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 };