mirror of
https://github.com/brl/mutter.git
synced 2025-03-29 14:43:47 +00:00
14 lines
285 B
C
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)
|
|
{
|
|
}
|