2007-02-07 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-debug.h: Define the CLUTTER_MARK()
	macro even when CLUTTER_ENABLE_DEBUG is not
	defined. (#215)
This commit is contained in:
Emmanuele Bassi 2007-02-07 11:03:54 +00:00
parent 271e877593
commit e2ee1249ee
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,11 @@
2007-02-07 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-debug.h: Define the CLUTTER_MARK()
macro even when CLUTTER_ENABLE_DEBUG is not
defined. (#215)
2007-01-30 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-alpha.c:
(sincx1024_func):
(clutter_sine_func):

View File

@ -37,6 +37,7 @@ typedef enum {
#else /* !CLUTTER_ENABLE_DEBUG */
#define CLUTTER_NOTE(type,x,a...)
#define CLUTTER_MARK()
#define CLUTTER_DBG(x)
#define CLUTTER_GLERR()