projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b05ffd
)
; * src/xterm.h (struct x_display_info): Update comment.
author
Po Lu
<luangruo@yahoo.com>
Fri, 26 Aug 2022 01:37:47 +0000
(09:37 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 26 Aug 2022 01:37:47 +0000
(09:37 +0800)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 3654c3d5db13979a564d2ad44500d80543129dc0..a0ae3a330a906cad0cee94a0ce4aa492d1c4a4ca 100644
(file)
--- 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
};