Initialize last_view

This commit is contained in:
Sebastian Ramacher 2012-03-24 17:55:01 +01:00
parent 42d3373558
commit 9314f0adb3

View file

@ -128,6 +128,7 @@ zathura_page_widget_init(ZathuraPage* widget)
priv->images = NULL;
priv->images_got = false;
priv->current_image = NULL;
priv->last_view = g_get_real_time();
g_static_mutex_init(&(priv->lock));
/* we want mouse events */