1
0
mirror of https://github.com/brl/mutter.git synced 2025-03-29 14:43:47 +00:00
mutter/src/compositor/meta-surface-content-wayland.c
Jasper St. Pierre 74462133ca ff
2013-11-18 21:35:30 -05:00

14 lines
285 B
C

/* -*- 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)
{
}