summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-onscreen-template-private.h
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2016-04-22 17:19:45 +0200
committerRui Matos <tiagomatos@gmail.com>2016-04-22 17:19:45 +0200
commit44a07fd74b8896556c719bd466eb9c6eb52ed2f4 (patch)
tree6d903af001ec7b994ca2261bfdf5a631a53d0ace /cogl/cogl/cogl-onscreen-template-private.h
parentd148b445e447d04bb56b77adaa9dbd5c89d7696f (diff)
parent2d2835f02a80cc34feb5c4384a6a75c2406d4381 (diff)
downloadmutter-44a07fd74b8896556c719bd466eb9c6eb52ed2f4.tar.gz
Merge cogl's cogl-1.22 branch into mutter
Diffstat (limited to 'cogl/cogl/cogl-onscreen-template-private.h')
-rw-r--r--cogl/cogl/cogl-onscreen-template-private.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/cogl/cogl/cogl-onscreen-template-private.h b/cogl/cogl/cogl-onscreen-template-private.h
new file mode 100644
index 000000000..1b19d35d7
--- /dev/null
+++ b/cogl/cogl/cogl-onscreen-template-private.h
@@ -0,0 +1,45 @@
+/*
+ * Cogl
+ *
+ * A Low Level GPU Graphics and Utilities API
+ *
+ * Copyright (C) 2011 Intel Corporation.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ *
+ */
+
+#ifndef __COGL_ONSCREEN_TEMPLATE_PRIVATE_H
+#define __COGL_ONSCREEN_TEMPLATE_PRIVATE_H
+
+#include "cogl-object-private.h"
+#include "cogl-swap-chain.h"
+#include "cogl-framebuffer-private.h"
+
+struct _CoglOnscreenTemplate
+{
+ CoglObject _parent;
+
+ CoglFramebufferConfig config;
+};
+
+#endif /* __COGL_ONSCREEN_TEMPLATE_PRIVATE_H */