mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Revert "ff"
This reverts commit 74462133ca
.
Pushed by accident, if it wasn't obvious...
This commit is contained in:
parent
74462133ca
commit
c749f7b6fb
@ -20,7 +20,9 @@
|
||||
|
||||
struct _MetaSurfaceActorPrivate
|
||||
{
|
||||
MetaSurfaceContentWayland *main_content;
|
||||
MetaShapedTexture *texture;
|
||||
MetaWaylandBuffer *buffer;
|
||||
Pixmap pixmap;
|
||||
};
|
||||
|
||||
G_DEFINE_TYPE (MetaSurfaceActor, meta_surface_actor, CLUTTER_TYPE_ACTOR);
|
||||
|
@ -1,13 +0,0 @@
|
||||
/* -*- 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