aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index e4ba54a4c68..17861d652af 100644
--- a/src/window.c
+++ b/src/window.c
@@ -164,6 +164,7 @@ make_window ()
164 XSETFASTINT (p->height, 0); 164 XSETFASTINT (p->height, 0);
165 XSETFASTINT (p->width, 0); 165 XSETFASTINT (p->width, 0);
166 XSETFASTINT (p->hscroll, 0); 166 XSETFASTINT (p->hscroll, 0);
167 XSETFASTINT (p->last_point, 0);
167 XSETFASTINT (p->last_point_x, 0); 168 XSETFASTINT (p->last_point_x, 0);
168 XSETFASTINT (p->last_point_y, 0); 169 XSETFASTINT (p->last_point_y, 0);
169 p->start = Fmake_marker (); 170 p->start = Fmake_marker ();