/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.559 by rms, Sun Sep 1 13:44:53 2002 UTC revision 1.560 by rms, Thu Sep 12 03:26:23 2002 UTC
# Line 1295  x_report_frame_params (f, alistptr) Line 1295  x_report_frame_params (f, alistptr)
1295    store_in_alist (alistptr, Qright_fringe,    store_in_alist (alistptr, Qright_fringe,
1296             make_number (f->output_data.x->right_fringe_width));             make_number (f->output_data.x->right_fringe_width));
1297    store_in_alist (alistptr, Qscroll_bar_width,    store_in_alist (alistptr, Qscroll_bar_width,
1298             make_number (FRAME_HAS_VERTICAL_SCROLL_BARS (f)                    (! FRAME_HAS_VERTICAL_SCROLL_BARS (f)
1299                          ? FRAME_SCROLL_BAR_PIXEL_WIDTH(f)                     ? make_number (0)
1300                          : 0));                     : FRAME_SCROLL_BAR_PIXEL_WIDTH (f) > 0
1301                       ? make_number (FRAME_SCROLL_BAR_PIXEL_WIDTH (f))
1302                       /* nil means "use default width"
1303                          for non-toolkit scroll bar */
1304                       : Qnil));
1305    sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));    sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));
1306    store_in_alist (alistptr, Qwindow_id,    store_in_alist (alistptr, Qwindow_id,
1307             build_string (buf));             build_string (buf));

Legend:
Removed from v.1.559  
changed lines
  Added in v.1.560

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26