From 34ae77b577d0ba9fa2cccf61a22e749951735cb5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Apr 1995 18:36:03 +0000 Subject: [PATCH] (x_report_frame_params): Report value of `display' parm. --- src/xfns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xfns.c b/src/xfns.c index 70f8644130d..19fc63ed7d4 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -964,6 +964,8 @@ x_report_frame_params (f, alistptr) 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); } -- 2.39.5