emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7ffac97f49: ; * src/xterm.h (struct x_display_info): Update comme


From: Po Lu
Subject: master 7ffac97f49: ; * src/xterm.h (struct x_display_info): Update comment.
Date: Thu, 25 Aug 2022 21:38:31 -0400 (EDT)

branch: master
commit 7ffac97f4908f0eaf38364336c1844665dd17335
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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 3654c3d5db..a0ae3a330a 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
 };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]