Mercurial > emacs
changeset 11483:089f81a81ba6
(x_report_frame_params): Report value of `display' parm.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Apr 1995 18:36:03 +0000 |
parents | d81023e5f033 |
children | 6b9693d102b0 |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Tue Apr 18 18:29:05 1995 +0000 +++ b/src/xfns.c Tue Apr 18 18:36:03 1995 +0000 @@ -964,6 +964,8 @@ store_in_alist (alistptr, Qvisibility, (FRAME_VISIBLE_P (f) ? Qt : FRAME_ICONIFIED_P (f) ? Qicon : Qnil)); + store_in_alist (alistptr, Qdisplay, + XCONS (FRAME_X_DISPLAY_INFO (f)->name_list_element)->car); }