/[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.530 by kfstorm, Sat Dec 1 01:23:29 2001 UTC revision 1.531 by kfstorm, Wed Dec 5 22:58:22 2001 UTC
# Line 1202  x_report_frame_params (f, alistptr) Line 1202  x_report_frame_params (f, alistptr)
1202             make_number (f->output_data.x->border_width));             make_number (f->output_data.x->border_width));
1203    store_in_alist (alistptr, Qinternal_border_width,    store_in_alist (alistptr, Qinternal_border_width,
1204             make_number (f->output_data.x->internal_border_width));             make_number (f->output_data.x->internal_border_width));
1205      store_in_alist (alistptr, Qleft_fringe,
1206               make_number (f->output_data.x->left_fringe_width));
1207      store_in_alist (alistptr, Qright_fringe,
1208               make_number (f->output_data.x->right_fringe_width));
1209    sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));    sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));
1210    store_in_alist (alistptr, Qwindow_id,    store_in_alist (alistptr, Qwindow_id,
1211             build_string (buf));             build_string (buf));

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

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