cogl: remove redundant _cogl_journal_flush prototype

There was a redundant _cogl_journal_flush function prototype in
cogl-primitives.h
This commit is contained in:
Robert Bragg 2010-02-10 18:18:30 +00:00
parent 0f5f4e8645
commit ba4b00be42
9 changed files with 10 additions and 5 deletions

View File

@ -36,6 +36,7 @@
#include "cogl-context.h"
#include "cogl-internal.h"
#include "cogl-framebuffer-private.h"
#include "cogl-journal-private.h"
void _cogl_add_path_to_stencil_buffer (floatVec2 nodes_min,
floatVec2 nodes_max,

View File

@ -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

View File

@ -40,8 +40,6 @@ typedef struct _CoglJournalEntry
* later. */
} CoglJournalEntry;
void _cogl_journal_flush (void);
void
_cogl_journal_log_quad (float x_1,
float y_1,
@ -54,4 +52,7 @@ _cogl_journal_log_quad (float x_1,
const float *tex_coords,
unsigned int tex_coords_len);
void
_cogl_journal_flush (void);
#endif /* __COGL_JOURNAL_PRIVATE_H */

View File

@ -36,6 +36,7 @@
#include "cogl-material-private.h"
#include "cogl-texture-private.h"
#include "cogl-blend-string.h"
#include "cogl-journal-private.h"
#include <glib.h>
#include <string.h>

View File

@ -57,7 +57,4 @@ struct _CoglBezCubic
floatVec2 p4;
};
void
_cogl_journal_flush (void);
#endif /* __COGL_PRIMITIVES_H */

View File

@ -41,6 +41,7 @@
#include "cogl-context.h"
#include "cogl-handle.h"
#include "cogl-spans.h"
#include "cogl-journal-private.h"
#include <string.h>
#include <stdlib.h>

View File

@ -36,6 +36,7 @@
#include "cogl-texture-driver.h"
#include "cogl-context.h"
#include "cogl-handle.h"
#include "cogl-journal-private.h"
#include <string.h>
#include <math.h>

View File

@ -139,6 +139,7 @@
#include "cogl-material-private.h"
#include "cogl-primitives.h"
#include "cogl-framebuffer-private.h"
#include "cogl-journal-private.h"
#define PAD_FOR_ALIGNMENT(VAR, TYPE_SIZE) \
(VAR = TYPE_SIZE + ((VAR - 1) & ~(TYPE_SIZE - 1)))

View File

@ -31,6 +31,7 @@
#include "cogl-internal.h"
#include "cogl-handle.h"
#include "cogl-context.h"
#include "cogl-journal-private.h"
#include <glib.h>