]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.h (struct x_display_info): Update comment.
authorPo Lu <luangruo@yahoo.com>
Fri, 26 Aug 2022 01:37:47 +0000 (09:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 26 Aug 2022 01:37:47 +0000 (09:37 +0800)
src/xterm.h

index 3654c3d5db13979a564d2ad44500d80543129dc0..a0ae3a330a906cad0cee94a0ce4aa492d1c4a4ca 100644 (file)
@@ -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
 };