Revert "ff"

This reverts commit 74462133ca.

Pushed by accident, if it wasn't obvious...
This commit is contained in:
Jasper St. Pierre 2013-11-19 11:22:49 -05:00
parent 74462133ca
commit c749f7b6fb
2 changed files with 3 additions and 14 deletions

View File

@ -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);

View File

@ -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)
{
}