aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 972a10f4d41..c5ad38650c2 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -897,7 +897,7 @@ struct scroll_bar
897 /* The next and previous in the chain of scroll bars in this frame. */ 897 /* The next and previous in the chain of scroll bars in this frame. */
898 Lisp_Object next, prev; 898 Lisp_Object next, prev;
899 899
900 /* Fields from `x_window' down will not be traced by the GC. */ 900 /* Fields after 'prev' are not traced by the GC. */
901 901
902 /* The X window representing this scroll bar. */ 902 /* The X window representing this scroll bar. */
903 Window x_window; 903 Window x_window;