aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-04-18 18:36:03 +0000
committerRichard M. Stallman <[email protected]>1995-04-18 18:36:03 +0000
commit34ae77b577d0ba9fa2cccf61a22e749951735cb5 (patch)
treea197e94d7788a4628c07b5d775b87ef401cd40cf /src/xfns.c
parenta2416e212f9105c8e39834ad46fe9bbfe9683f39 (diff)
(x_report_frame_params): Report value of `display' parm.
Diffstat (limited to 'src/xfns.c')
-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);
}