aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index b0595666954..fcd81a162c9 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2215,7 +2215,7 @@ x_query_colors (struct frame *f, XColor *colors, int ncolors)
2215 the 0xff00 we'd get by just zero-filling the lower bits. 2215 the 0xff00 we'd get by just zero-filling the lower bits.
2216 2216
2217 We generate a 32-bit scaled-up value and shift it, in case 2217 We generate a 32-bit scaled-up value and shift it, in case
2218 the bit count doesn't divide 16 evently (e.g., when dealing 2218 the bit count doesn't divide 16 evenly (e.g., when dealing
2219 with a 3-3-2 bit RGB display), to get more of the lower bits 2219 with a 3-3-2 bit RGB display), to get more of the lower bits
2220 correct. 2220 correct.
2221 2221