]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display_info): New member display_perd.
authorKarl Heuer <kwzh@gnu.org>
Wed, 25 Jan 1995 09:04:07 +0000 (09:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 25 Jan 1995 09:04:07 +0000 (09:04 +0000)
src/xterm.h

index 03e3436f9fa7524042e61ea94111fd238dfcb424..2d38fcd0d5ebe9e99f9fc38c30154c2e89014765 100644 (file)
@@ -289,6 +289,7 @@ struct x_display_info
   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.  */