src: update for mutter include reorganization

https://bugzilla.gnome.org/show_bug.cgi?id=641724
This commit is contained in:
Dan Winship
2011-03-05 10:49:24 -05:00
parent ae96b0c971
commit e187961d72
14 changed files with 56 additions and 63 deletions

View File

@@ -4,9 +4,9 @@
#include <gio/gio.h>
#include <clutter/clutter.h>
#include <meta/window.h>
#include "shell-app.h"
#include "window.h"
#define SHELL_TYPE_APP_SYSTEM (shell_app_system_get_type ())
#define SHELL_APP_SYSTEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SHELL_TYPE_APP_SYSTEM, ShellAppSystem))