mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Move MetaGroup to be X11-specific
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#include "window-private.h"
|
||||
#include <meta/errors.h>
|
||||
#include "frame.h"
|
||||
#include <meta/group.h>
|
||||
#include "group.h"
|
||||
#include <meta/prefs.h>
|
||||
#include <meta/workspace.h>
|
||||
|
||||
|
@ -45,6 +45,8 @@
|
||||
#include <clutter/clutter.h>
|
||||
#include "meta-wayland-types.h"
|
||||
|
||||
#include "group.h"
|
||||
|
||||
typedef struct _MetaWindowQueue MetaWindowQueue;
|
||||
|
||||
typedef enum {
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <meta/prefs.h>
|
||||
#include "resizepopup.h"
|
||||
#include "xprops.h"
|
||||
#include <meta/group.h>
|
||||
#include "group.h"
|
||||
#include "window-props.h"
|
||||
#include "constraints.h"
|
||||
#include "mutter-enum-types.h"
|
||||
|
Reference in New Issue
Block a user