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

Diff of /emacs/src/w32fns.c

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

revision 1.143 by jasonr, Sat Dec 1 11:13:25 2001 UTC revision 1.144 by kfstorm, Wed Dec 5 22:59:17 2001 UTC
# Line 1076  x_report_frame_params (f, alistptr) Line 1076  x_report_frame_params (f, alistptr)
1076             make_number (f->output_data.w32->border_width));             make_number (f->output_data.w32->border_width));
1077    store_in_alist (alistptr, Qinternal_border_width,    store_in_alist (alistptr, Qinternal_border_width,
1078             make_number (f->output_data.w32->internal_border_width));             make_number (f->output_data.w32->internal_border_width));
1079      store_in_alist (alistptr, Qleft_fringe,
1080               make_number (f->output_data.w32->left_fringe_width));
1081      store_in_alist (alistptr, Qright_fringe,
1082               make_number (f->output_data.w32->right_fringe_width));
1083    sprintf (buf, "%ld", (long) FRAME_W32_WINDOW (f));    sprintf (buf, "%ld", (long) FRAME_W32_WINDOW (f));
1084    store_in_alist (alistptr, Qwindow_id,    store_in_alist (alistptr, Qwindow_id,
1085             build_string (buf));             build_string (buf));

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144

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