mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
ff
This commit is contained in:
parent
7c45d6594c
commit
74462133ca
@ -20,9 +20,7 @@
|
|||||||
|
|
||||||
struct _MetaSurfaceActorPrivate
|
struct _MetaSurfaceActorPrivate
|
||||||
{
|
{
|
||||||
MetaShapedTexture *texture;
|
MetaSurfaceContentWayland *main_content;
|
||||||
MetaWaylandBuffer *buffer;
|
|
||||||
Pixmap pixmap;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
G_DEFINE_TYPE (MetaSurfaceActor, meta_surface_actor, CLUTTER_TYPE_ACTOR);
|
G_DEFINE_TYPE (MetaSurfaceActor, meta_surface_actor, CLUTTER_TYPE_ACTOR);
|
||||||
|
13
src/compositor/meta-surface-content-wayland.c
Normal file
13
src/compositor/meta-surface-content-wayland.c
Normal file
@ -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)
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user