diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index ad311950dfa..96f6f6c390b 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -530,6 +530,7 @@ x_report_frame_params (f, alistptr) | |||
| 530 | sprintf (buf, "%d", FRAME_X_WINDOW (f)); | 530 | sprintf (buf, "%d", FRAME_X_WINDOW (f)); |
| 531 | store_in_alist (alistptr, Qwindow_id, | 531 | store_in_alist (alistptr, Qwindow_id, |
| 532 | build_string (buf)); | 532 | build_string (buf)); |
| 533 | FRAME_SAMPLE_VISIBILITY (f); | ||
| 533 | store_in_alist (alistptr, Qvisibility, | 534 | store_in_alist (alistptr, Qvisibility, |
| 534 | (FRAME_VISIBLE_P (f) ? Qt | 535 | (FRAME_VISIBLE_P (f) ? Qt |
| 535 | : FRAME_ICONIFIED_P (f) ? Qicon : Qnil)); | 536 | : FRAME_ICONIFIED_P (f) ? Qicon : Qnil)); |