summaryrefslogtreecommitdiff
path: root/cogl/cogl-onscreen-template-private.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-10-13 21:31:04 +0100
committerRobert Bragg <robert@linux.intel.com>2011-11-01 12:03:02 +0000
commit79719347c879f675de92f1fe097de1c4b5f71116 (patch)
tree916bfa48d89554f9c9adcb86f80392417c2d8ced /cogl/cogl-onscreen-template-private.h
parentbfb69d32ab1b4af51f85377dc3373198bc5892c5 (diff)
downloadcogl-79719347c879f675de92f1fe097de1c4b5f71116.tar.gz
framebuffer: split out CoglOnscreen code
This factors out the CoglOnscreen code from cogl-framebuffer.c so we now have cogl-onscreen.c, cogl-onscreen.h and cogl-onscreen-private.h. Notably some of the functions pulled out are currently namespaced as cogl_framebuffer but we know we are planning on renaming them to be in the cogl_onscreen namespace; such as cogl_framebuffer_swap_buffers(). Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl/cogl-onscreen-template-private.h')
-rw-r--r--cogl/cogl-onscreen-template-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl-onscreen-template-private.h b/cogl/cogl-onscreen-template-private.h
index 21278797..b080b57d 100644
--- a/cogl/cogl-onscreen-template-private.h
+++ b/cogl/cogl-onscreen-template-private.h
@@ -26,6 +26,7 @@
#include "cogl-object-private.h"
#include "cogl-swap-chain.h"
+#include "cogl-framebuffer-private.h"
struct _CoglOnscreenTemplate
{