/[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.531 by kfstorm, Wed Dec 5 22:58:22 2001 UTC revision 1.532 by eliz, Thu Dec 13 09:56:04 2001 UTC
# Line 1206  x_report_frame_params (f, alistptr) Line 1206  x_report_frame_params (f, alistptr)
1206             make_number (f->output_data.x->left_fringe_width));             make_number (f->output_data.x->left_fringe_width));
1207    store_in_alist (alistptr, Qright_fringe,    store_in_alist (alistptr, Qright_fringe,
1208             make_number (f->output_data.x->right_fringe_width));             make_number (f->output_data.x->right_fringe_width));
1209      store_in_alist (alistptr, Qscroll_bar_width,
1210               make_number (FRAME_HAS_VERTICAL_SCROLL_BARS (f)
1211                            ? FRAME_SCROLL_BAR_PIXEL_WIDTH(f)
1212                            : 0));
1213    sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));    sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));
1214    store_in_alist (alistptr, Qwindow_id,    store_in_alist (alistptr, Qwindow_id,
1215             build_string (buf));             build_string (buf));

Legend:
Removed from v.1.531  
changed lines
  Added in v.1.532

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