diff options
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 03e3436f9fa..2d38fcd0d5e 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -289,6 +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 | }; | 293 | }; |
| 293 | 294 | ||
| 294 | /* 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. */ |