; * src/xterm.c (x_update_begin): Fix whitespace.
This commit is contained in:
parent
1d743d2461
commit
1e3e24d957
1 changed files with 1 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ x_update_begin (struct frame *f)
|
||||||
GdkWindow *w = gtk_widget_get_window (FRAME_GTK_WIDGET (f));
|
GdkWindow *w = gtk_widget_get_window (FRAME_GTK_WIDGET (f));
|
||||||
int scale = xg_get_scale (f);
|
int scale = xg_get_scale (f);
|
||||||
width = scale * gdk_window_get_width (w);
|
width = scale * gdk_window_get_width (w);
|
||||||
height = scale * gdk_window_get_height (w);
|
height = scale * gdk_window_get_height (w);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue