aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xfns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 70f8644130..19fc63ed7d 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);
}