Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2018-05-23 11:50:16 +02:00
parent 5fffa40715
commit 9fe6a4a2d6

View file

@ -150,7 +150,7 @@ zathura_update_view_ppi(zathura_t* zathura)
} }
/* get view widget GdkMonitor */ /* get view widget GdkMonitor */
GdkWindow* window = gtk_widget_get_window (zathura->ui.session->gtk.view); // NULL if not realized GdkWindow* window = gtk_widget_get_window(zathura->ui.session->gtk.view); // NULL if not realized
if (window == NULL) { if (window == NULL) {
return; return;
} }