Mercurial > emacs
changeset 10552:b804533a1254
(struct x_display_info): New member display_perd.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 25 Jan 1995 09:04:07 +0000 |
parents | 7b2cb7c878d0 |
children | 3092c83a8a9d |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Wed Jan 25 08:58:33 1995 +0000 +++ b/src/xterm.h Wed Jan 25 09:04:07 1995 +0000 @@ -289,6 +289,7 @@ Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, Xatom_ATOM_PAIR; + PERD display_perd; }; /* This is a chain of structures for all the X displays currently in use. */