aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 2d38fcd0d5e..5d40b1f3fa3 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -289,7 +289,7 @@ struct x_display_info
289 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, 289 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,
290 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, 290 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
291 Xatom_ATOM_PAIR; 291 Xatom_ATOM_PAIR;
292 PERD display_perd; 292 PERDISPLAY perdisplay;
293}; 293};
294 294
295/* This is a chain of structures for all the X displays currently in use. */ 295/* This is a chain of structures for all the X displays currently in use. */