wayland: Put MetaWaylandOutput struct in header file
We need this in MetaWaylandSurface to be able to send wl_surface.enter/leave. https://bugzilla.gnome.org/show_bug.cgi?id=744453
This commit is contained in:
@ -31,15 +31,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
typedef struct {
|
||||
MetaMonitorInfo *monitor_info;
|
||||
struct wl_global *global;
|
||||
int x, y;
|
||||
enum wl_output_transform transform;
|
||||
|
||||
GList *resources;
|
||||
} MetaWaylandOutput;
|
||||
|
||||
static void
|
||||
output_resource_destroy (struct wl_resource *res)
|
||||
{
|
||||
|
Reference in New Issue
Block a user