summaryrefslogtreecommitdiff
path: root/cogl/cogl-framebuffer.c
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2010-02-10 18:18:30 +0000
committerRobert Bragg <robert@linux.intel.com>2010-02-12 14:05:01 +0000
commitba4b00be42874e3a1af59efaf5426b20ead7519b (patch)
tree0db7a2f8e6e77b949f291c0b51920b7de0c6364b /cogl/cogl-framebuffer.c
parent0f5f4e8645d12eb6c5ff99c13503f2380740bb10 (diff)
downloadcogl-ba4b00be42874e3a1af59efaf5426b20ead7519b.tar.gz
cogl: remove redundant _cogl_journal_flush prototype
There was a redundant _cogl_journal_flush function prototype in cogl-primitives.h
Diffstat (limited to 'cogl/cogl-framebuffer.c')
-rw-r--r--cogl/cogl-framebuffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl-framebuffer.c b/cogl/cogl-framebuffer.c
index 8124186d..2b35e111 100644
--- a/cogl/cogl-framebuffer.c
+++ b/cogl/cogl-framebuffer.c
@@ -33,6 +33,7 @@
#include "cogl-texture-private.h"
#include "cogl-framebuffer-private.h"
#include "cogl-clip-stack.h"
+#include "cogl-journal-private.h"
#ifdef HAVE_COGL_GLES2