]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_window): Initialize overlay_arrow_bitmap.
authorKim F. Storm <storm@cua.dk>
Mon, 1 Mar 2004 23:56:30 +0000 (23:56 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 1 Mar 2004 23:56:30 +0000 (23:56 +0000)
src/window.c

index 3294e5cbd0516d9ab780b3399d8d36d4957782ca..bac6c5a7d9240edbe6b1650743d4c9f45c184547 100644 (file)
@@ -279,6 +279,7 @@ make_window ()
   p->fringes_outside_margins = Qnil;
   p->scroll_bar_width = Qnil;
   p->vertical_scroll_bar_type = Qt;
+  p->overlay_arrow_bitmap = 0;
 
   Vwindow_list = Qnil;
   return val;