[mutter/wayland] ff
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] ff
- Date: Tue, 19 Nov 2013 16:22:31 +0000 (UTC)
commit 74462133ca7e85aabaac634517dbd5dd0a7742c2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Nov 18 21:35:30 2013 -0500
ff
src/compositor/meta-surface-actor.c | 4 +---
src/compositor/meta-surface-content-wayland.c | 13 +++++++++++++
2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/src/compositor/meta-surface-actor.c b/src/compositor/meta-surface-actor.c
index 40177ad..536b83d 100644
--- a/src/compositor/meta-surface-actor.c
+++ b/src/compositor/meta-surface-actor.c
@@ -20,9 +20,7 @@
struct _MetaSurfaceActorPrivate
{
- MetaShapedTexture *texture;
- MetaWaylandBuffer *buffer;
- Pixmap pixmap;
+ MetaSurfaceContentWayland *main_content;
};
G_DEFINE_TYPE (MetaSurfaceActor, meta_surface_actor, CLUTTER_TYPE_ACTOR);
diff --git a/src/compositor/meta-surface-content-wayland.c b/src/compositor/meta-surface-content-wayland.c
new file mode 100644
index 0000000..50330b0
--- /dev/null
+++ b/src/compositor/meta-surface-content-wayland.c
@@ -0,0 +1,13 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
+#include "config.h"
+
+struct _MetaSurfaceContentWayland {
+ MetaShapedTexture *texture;
+ MetaWaylandSurface *surface;
+};
+
+MetaSurfaceContentWayland *
+meta_surface_content_wayland_new (MetaWaylandSurface *surface)
+{
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]