mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:16:01 +01:00
CS
Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
This commit is contained in:
parent
5fffa40715
commit
9fe6a4a2d6
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ zathura_update_view_ppi(zathura_t* zathura)
|
|||
}
|
||||
|
||||
/* 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) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue