mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
ff
This commit is contained in:
parent
7c45d6594c
commit
74462133ca
@ -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);
|
||||
|
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