mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Fix the fix to the last commit
I should not push while compilation is still going on
This commit is contained in:
parent
00102e35ea
commit
0b19197493
@ -97,7 +97,7 @@ gdk_pixbuf_get_from_window (GdkWindow *src,
|
|||||||
g_return_val_if_fail (gdk_window_is_viewable (src), NULL);
|
g_return_val_if_fail (gdk_window_is_viewable (src), NULL);
|
||||||
|
|
||||||
surface = _gdk_window_ref_cairo_surface (src);
|
surface = _gdk_window_ref_cairo_surface (src);
|
||||||
scale = gdk_window_get_scale_factor (window);
|
scale = gdk_window_get_scale_factor (src);
|
||||||
|
|
||||||
/* We do not know what happened to this surface outside of GDK.
|
/* We do not know what happened to this surface outside of GDK.
|
||||||
* Especially for foreign windows, they will have been modified
|
* Especially for foreign windows, they will have been modified
|
||||||
|
Loading…
Reference in New Issue
Block a user