Trivial formatting fix
This commit is contained in:
@ -1304,7 +1304,7 @@ gdk_wayland_window_hide_surface (GdkWindow *window)
|
|||||||
{
|
{
|
||||||
if (impl->dummy_egl_surface)
|
if (impl->dummy_egl_surface)
|
||||||
{
|
{
|
||||||
eglDestroySurface(display_wayland->egl_display, impl->dummy_egl_surface);
|
eglDestroySurface (display_wayland->egl_display, impl->dummy_egl_surface);
|
||||||
impl->dummy_egl_surface = NULL;
|
impl->dummy_egl_surface = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1316,7 +1316,7 @@ gdk_wayland_window_hide_surface (GdkWindow *window)
|
|||||||
|
|
||||||
if (impl->egl_surface)
|
if (impl->egl_surface)
|
||||||
{
|
{
|
||||||
eglDestroySurface(display_wayland->egl_display, impl->egl_surface);
|
eglDestroySurface (display_wayland->egl_display, impl->egl_surface);
|
||||||
impl->egl_surface = NULL;
|
impl->egl_surface = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user