compositor: Some header cleanups
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2276>
This commit is contained in:
parent
251bb45ec0
commit
6330acfaa2
@ -44,8 +44,6 @@ MetaSurfaceActor * meta_surface_actor_wayland_new (MetaWaylandSurface *surface);
|
||||
MetaWaylandSurface * meta_surface_actor_wayland_get_surface (MetaSurfaceActorWayland *self);
|
||||
void meta_surface_actor_wayland_surface_destroyed (MetaSurfaceActorWayland *self);
|
||||
|
||||
double meta_surface_actor_wayland_get_scale (MetaSurfaceActorWayland *actor);
|
||||
|
||||
void meta_surface_actor_wayland_get_subsurface_rect (MetaSurfaceActorWayland *self,
|
||||
MetaRectangle *rect);
|
||||
|
||||
|
@ -3,8 +3,6 @@
|
||||
#ifndef META_WINDOW_ACTOR_PRIVATE_H
|
||||
#define META_WINDOW_ACTOR_PRIVATE_H
|
||||
|
||||
#include <X11/extensions/Xdamage.h>
|
||||
|
||||
#include "compositor/meta-plugin-manager.h"
|
||||
#include "compositor/meta-surface-actor.h"
|
||||
#include "meta/compositor-mutter.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#define META_WINDOW_ACTOR_WAYLAND_H
|
||||
|
||||
#include "compositor/meta-window-actor-private.h"
|
||||
#include "wayland/meta-wayland-surface.h"
|
||||
|
||||
#define META_TYPE_WINDOW_ACTOR_WAYLAND (meta_window_actor_wayland_get_type())
|
||||
G_DECLARE_FINAL_TYPE (MetaWindowActorWayland,
|
||||
|
Loading…
Reference in New Issue
Block a user