aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-01-28 01:41:07 +0000
committerKarl Heuer <[email protected]>1995-01-28 01:41:07 +0000
commitb2d11490c7282a0bdbc321e762d852fb948f8910 (patch)
treeb6da923f62b19bc34eafd15ac5361462267a8954 /src/xterm.h
parenta105105a02102f981c7fc0e81e73fc8fbf14104a (diff)
(struct x_display_info): Rename display_perd to perdisplay.
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 2d38fcd0d5..5d40b1f3fa 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -289,7 +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;
+ PERDISPLAY perdisplay;
};
/* This is a chain of structures for all the X displays currently in use. */