[mutter/wayland] compositor: Update to latest cogl API
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] compositor: Update to latest cogl API
- Date: Fri, 29 Nov 2013 16:09:05 +0000 (UTC)
commit 6c12c928df2f21db646380d28f3a79b44c76b385
Author: Colin Walters <walters verbum org>
Date: Fri Nov 29 09:42:50 2013 -0500
compositor: Update to latest cogl API
See https://git.gnome.org/browse/cogl/commit/?id=c76c1d136d2cac7f3d1331a4d1dc0dd0f06e812c
https://bugzilla.gnome.org/show_bug.cgi?id=719557
src/compositor/meta-surface-actor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/meta-surface-actor.c b/src/compositor/meta-surface-actor.c
index ff71b46..ccc10ad 100644
--- a/src/compositor/meta-surface-actor.c
+++ b/src/compositor/meta-surface-actor.c
@@ -111,7 +111,7 @@ update_area (MetaSurfaceActor *self,
if (shm_buffer)
{
CoglTexture2D *texture = COGL_TEXTURE_2D (priv->buffer->texture);
- cogl_wayland_texture_2d_update_area (texture, shm_buffer, x, y, width, height);
+ cogl_wayland_texture_set_region_from_shm_buffer (texture, x, y, width, height, shm_buffer, 0, 0,
0, NULL);
}
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]