mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
window-actor: Remove public declaration for get_x_window
meta_window_actor_get_x_window has been removed in commit 422648e2
but has not
been removed from the header for ages.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/439
This commit is contained in:
parent
58d2a674c4
commit
77fb0a0003
@ -23,8 +23,6 @@
|
||||
#ifndef META_WINDOW_ACTOR_H_
|
||||
#define META_WINDOW_ACTOR_H_
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include "clutter/clutter.h"
|
||||
#include "meta/compositor.h"
|
||||
|
||||
@ -36,9 +34,6 @@ G_DECLARE_DERIVABLE_TYPE (MetaWindowActor,
|
||||
META, WINDOW_ACTOR,
|
||||
ClutterActor)
|
||||
|
||||
META_EXPORT
|
||||
Window meta_window_actor_get_x_window (MetaWindowActor *self);
|
||||
|
||||
META_EXPORT
|
||||
MetaWindow * meta_window_actor_get_meta_window (MetaWindowActor *self);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user