From 79719347c879f675de92f1fe097de1c4b5f71116 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 13 Oct 2011 21:31:04 +0100 Subject: 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 --- cogl/cogl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cogl/cogl.h') diff --git a/cogl/cogl.h b/cogl/cogl.h index 89210393..33673606 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -93,6 +93,7 @@ typedef struct _CoglFramebuffer CoglFramebuffer; #include #include #include +#include #ifdef COGL_HAS_XLIB #include #include -- cgit v1.2.1