mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Trivial formatting fix
This commit is contained in:
parent
c095645437
commit
dc79d4f50d
@ -2042,8 +2042,7 @@ _gdk_window_destroy_hierarchy (GdkWindow *window,
|
||||
impl_class = GDK_WINDOW_IMPL_GET_CLASS (window->impl);
|
||||
|
||||
if (gdk_window_has_impl (window))
|
||||
impl_class->destroy (window, recursing_native,
|
||||
foreign_destroy);
|
||||
impl_class->destroy (window, recursing_native, foreign_destroy);
|
||||
else
|
||||
{
|
||||
/* hide to make sure we repaint and break grabs */
|
||||
|
Loading…
Reference in New Issue
Block a user