summaryrefslogtreecommitdiff
path: root/cogl/cogl/driver/nop/cogl-clip-stack-nop-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/driver/nop/cogl-clip-stack-nop-private.h
parentd148b445e447d04bb56b77adaa9dbd5c89d7696f (diff)
parent2d2835f02a80cc34feb5c4384a6a75c2406d4381 (diff)
downloadmutter-44a07fd74b8896556c719bd466eb9c6eb52ed2f4.tar.gz
Merge cogl's cogl-1.22 branch into mutter
Diffstat (limited to 'cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h')
-rw-r--r--cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h b/cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h
new file mode 100644
index 000000000..4d8513b06
--- /dev/null
+++ b/cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h
@@ -0,0 +1,44 @@
+/*
+ * Cogl
+ *
+ * A Low Level GPU Graphics and Utilities API
+ *
+ * Copyright (C) 2012 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.
+ *
+ *
+ *
+ * Authors:
+ * Robert Bragg <robert@linux.intel.com>
+ */
+
+#ifndef _COGL_CLIP_STACK_NOP_PRIVATE_H_
+#define _COGL_CLIP_STACK_NOP_PRIVATE_H_
+
+#include "cogl-types.h"
+#include "cogl-context-private.h"
+
+void
+_cogl_clip_stack_nop_flush (CoglClipStack *stack,
+ CoglFramebuffer *framebuffer);
+
+#endif /* _COGL_CLIP_STACK_NOP_PRIVATE_H_ */