comparison src/window.c @ 54229:87fa8d221274

(make_window): Initialize overlay_arrow_bitmap.
author Kim F. Storm <storm@cua.dk>
date Mon, 01 Mar 2004 23:56:30 +0000
parents 1ab08664aea0
children bd5ef1fde279
comparison
equal deleted inserted replaced
54228:64d382192369 54229:87fa8d221274
277 p->left_fringe_width = Qnil; 277 p->left_fringe_width = Qnil;
278 p->right_fringe_width = Qnil; 278 p->right_fringe_width = Qnil;
279 p->fringes_outside_margins = Qnil; 279 p->fringes_outside_margins = Qnil;
280 p->scroll_bar_width = Qnil; 280 p->scroll_bar_width = Qnil;
281 p->vertical_scroll_bar_type = Qt; 281 p->vertical_scroll_bar_type = Qt;
282 p->overlay_arrow_bitmap = 0;
282 283
283 Vwindow_list = Qnil; 284 Vwindow_list = Qnil;
284 return val; 285 return val;
285 } 286 }
286 287