mutter/clutter/cogl
Robert Bragg ab76d64df0 [cogl-debug] avoid warnings when using COGL_NOTE with unbraced else clauses
When not building a debug build the compiler was warning about empty
else clauses with no braces due to code like:
  if (blah)
	do_foo();
  else
	COGL_NOTE (DRAW, "a-wibble");

This simply ensures that even for non debug builds COGL_NOTE will expand to
a single statement.
2009-09-24 21:41:50 +01:00
..
common [cogl-vertex-buffer] fix n_components validation for GL's builtin attributes 2009-09-24 21:41:50 +01:00
gl [cogl] Remove CoglContext->journal_vbo{,_len} 2009-09-17 18:30:55 +01:00
gles [cogl] Remove CoglContext->journal_vbo{,_len} 2009-09-17 18:30:55 +01:00
cogl-bitmap.h [docs] Various gtk-doc fixes for COGL 2009-06-10 12:57:36 +01:00
cogl-color.h [cogl-color] Adds a cogl_color_equal() function 2009-06-30 17:13:35 +01:00
cogl-debug.h [cogl-debug] avoid warnings when using COGL_NOTE with unbraced else clauses 2009-09-24 21:41:50 +01:00
cogl-deprecated.h [cogl deprecated] Add backface culling deprecation 2009-05-28 14:14:50 +01:00
cogl-fixed.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-material.h [docs] Small annotation fixes 2009-09-08 10:21:46 +01:00
cogl-matrix.h Split the typdef to avoid confusing scanners 2009-07-01 15:30:21 +01:00
cogl-offscreen.h [docs] Various gtk-doc fixes for COGL 2009-06-10 12:57:36 +01:00
cogl-path.h Add a few annotations on Cogl primitives functions 2009-09-21 18:40:20 +01:00
cogl-shader.h [cogl-shader] Make get_info_log() slightly nicer 2009-06-01 17:40:23 +01:00
cogl-texture.h Add a few annotations on Cogl primitives functions 2009-09-21 18:40:20 +01:00
cogl-types.h [docs] texture_polygon() is called polygon() 2009-08-18 11:11:29 +01:00
cogl-vertex-buffer.h [docs] Fix a missing parameter 2009-08-04 11:38:48 +01:00
cogl.h.in [doc] Miscellaneous documentation fixes 2009-07-20 12:49:35 +01:00
cogl.pc.in [cogl] Fix hardcoded paths in the pc file 2009-03-10 12:38:04 +00:00
Makefile.am [build] Split out the custom silent rules 2009-09-16 17:47:59 +01:00
TODO Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00