summaryrefslogtreecommitdiff
path: root/src/backends/x11/nested/meta-stage-x11-nested.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/x11/nested/meta-stage-x11-nested.h')
-rw-r--r--src/backends/x11/nested/meta-stage-x11-nested.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/backends/x11/nested/meta-stage-x11-nested.h b/src/backends/x11/nested/meta-stage-x11-nested.h
new file mode 100644
index 000000000..76678465b
--- /dev/null
+++ b/src/backends/x11/nested/meta-stage-x11-nested.h
@@ -0,0 +1,35 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
+/*
+ * Copyright (C) 2016 Red Hat Inc.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ *
+ * Written by:
+ * Jonas Ã…dahl <jadahl@gmail.com>
+ */
+
+#ifndef META_STAGE_X11_NESTED_H
+#define META_STAGE_X11_NESTED_H
+
+#include "clutter/clutter-mutter.h"
+#include "backends/x11/meta-stage-x11.h"
+
+#define META_TYPE_STAGE_X11_NESTED (meta_stage_x11_nested_get_type ())
+G_DECLARE_FINAL_TYPE (MetaStageX11Nested, meta_stage_x11_nested,
+ META, STAGE_X11_NESTED, MetaStageX11)
+
+#endif /* META_STAGE_X11_NESTED_H */