[gtk/wip/matthiasc/popup5: 114/115] wayland: merge errors
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup5: 114/115] wayland: merge errors
- Date: Sun, 19 May 2019 04:53:59 +0000 (UTC)
commit 334058236e143cbb06bf0ef33fd6b395ac7cd03e
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 19 03:40:42 2019 +0000
wayland: merge errors
gdk/wayland/gdksurface-wayland.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/gdk/wayland/gdksurface-wayland.c b/gdk/wayland/gdksurface-wayland.c
index 4ed411f68c..09c987e7b8 100644
--- a/gdk/wayland/gdksurface-wayland.c
+++ b/gdk/wayland/gdksurface-wayland.c
@@ -243,13 +243,6 @@ _gdk_wayland_surface_clear_saved_size (GdkSurface *surface)
impl->saved_height = -1;
}
-/*
- * gdk_wayland_surface_update_size:
- * @drawable: a #GdkDrawableImplWayland.
- *
- * Updates the state of the drawable (in particular the drawable's
- * cairo surface) when its size has changed.
- */
static void
gdk_wayland_surface_update_size (GdkSurface *surface,
int32_t width,
@@ -2591,7 +2584,7 @@ static void
gdk_wayland_surface_destroy_surface (GdkSurface *surface)
{
GdkWaylandDisplay *display_wayland = GDK_WAYLAND_DISPLAY (gdk_surface_get_display (surface));
- GdkSurfaceImplWayland *impl = GDK_SURFACE_IMPL_WAYLAND (surface->impl);
+ GdkWaylandSurface *impl = GDK_WAYLAND_SURFACE (surface);
if (impl->display_server.wl_surface)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]