1
0
Fork 0

Remove x11/ directory from default include path

This commit is contained in:
Jasper St. Pierre 2014-03-18 21:56:45 -04:00
parent 0a20f7458c
commit a3ccc4fd1c
8 changed files with 16 additions and 15 deletions

View file

@ -16,7 +16,6 @@ INCLUDES= \
-I$(srcdir)/core \
-I$(srcdir)/ui \
-I$(srcdir)/compositor \
-I$(srcdir)/x11 \
-DMUTTER_LIBEXECDIR=\"$(libexecdir)\" \
-DHOST_ALIAS=\"@HOST_ALIAS@\" \
-DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" \

View file

@ -65,7 +65,6 @@
#include <meta/window.h>
#include "compositor-private.h"
#include <meta/compositor-mutter.h>
#include "xprops.h"
#include <meta/prefs.h>
#include <meta/main.h>
#include <meta/meta-background-actor.h>

View file

@ -20,7 +20,6 @@
#include "frame.h"
#include <meta/window.h>
#include <meta/meta-shaped-texture.h>
#include "xprops.h"
#include "compositor-private.h"
#include "meta-shaped-texture-private.h"

View file

@ -36,15 +36,11 @@
#include <meta/main.h>
#include "screen-private.h"
#include "window-private.h"
#include "window-x11.h"
#include "window-props.h"
#include "group-props.h"
#include "frame.h"
#include <meta/errors.h>
#include "keybindings-private.h"
#include <meta/prefs.h>
#include "resizepopup.h"
#include "xprops.h"
#include "workspace-private.h"
#include "bell.h"
#include <meta/compositor.h>
@ -72,6 +68,11 @@
#include <string.h>
#include <unistd.h>
#include "x11/window-x11.h"
#include "x11/window-props.h"
#include "x11/group-props.h"
#include "x11/xprops.h"
#include "meta-xwayland-private.h"
#include "meta-surface-actor-wayland.h"

View file

@ -39,7 +39,6 @@
#include "workspace-private.h"
#include "keybindings-private.h"
#include "stack.h"
#include "xprops.h"
#include <meta/compositor.h>
#include "mutter-enum-types.h"
#include "core.h"
@ -54,6 +53,8 @@
#include <stdio.h>
#include <stdlib.h>
#include "x11/xprops.h"
static char* get_screen_name (MetaDisplay *display,
int number);

View file

@ -30,12 +30,13 @@
#include "window-private.h"
#include <meta/errors.h>
#include "frame.h"
#include "group.h"
#include <meta/prefs.h>
#include <meta/workspace.h>
#include <X11/Xatom.h>
#include "x11/group.h"
#define WINDOW_HAS_TRANSIENT_TYPE(w) \
(w->type == META_WINDOW_DIALOG || \
w->type == META_WINDOW_MODAL_DIALOG || \

View file

@ -38,14 +38,14 @@
#include "screen-private.h"
#include <meta/util.h>
#include "stack.h"
#include "iconcache.h"
#include <X11/Xutil.h>
#include <cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <clutter/clutter.h>
#include "meta-wayland-types.h"
#include "group.h"
#include "x11/iconcache.h"
#include "x11/group.h"
typedef struct _MetaWindowQueue MetaWindowQueue;

View file

@ -28,7 +28,6 @@
#include <config.h>
#include "window-private.h"
#include "window-x11.h"
#include "boxes-private.h"
#include "edge-resistance.h"
#include "util-private.h"
@ -42,9 +41,6 @@
#include "session.h"
#include <meta/prefs.h>
#include "resizepopup.h"
#include "xprops.h"
#include "group.h"
#include "window-props.h"
#include "constraints.h"
#include "mutter-enum-types.h"
#include "core.h"
@ -61,6 +57,11 @@
#include "meta-wayland-private.h"
#include "meta/compositor-mutter.h"
#include "x11/window-x11.h"
#include "x11/window-props.h"
#include "x11/xprops.h"
#include "x11/group.h"
/* Windows that unmaximize to a size bigger than that fraction of the workarea
* will be scaled down to that size (while maintaining aspect ratio).
* Windows that cover an area greater then this size are automaximized on map.