mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
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:
parent
271e877593
commit
e2ee1249ee
@ -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>
|
2007-01-30 Tomas Frydrych <tf@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-alpha.c:
|
* clutter/clutter-alpha.c:
|
||||||
(sincx1024_func):
|
(sincx1024_func):
|
||||||
(clutter_sine_func):
|
(clutter_sine_func):
|
||||||
|
@ -37,6 +37,7 @@ typedef enum {
|
|||||||
#else /* !CLUTTER_ENABLE_DEBUG */
|
#else /* !CLUTTER_ENABLE_DEBUG */
|
||||||
|
|
||||||
#define CLUTTER_NOTE(type,x,a...)
|
#define CLUTTER_NOTE(type,x,a...)
|
||||||
|
#define CLUTTER_MARK()
|
||||||
#define CLUTTER_DBG(x)
|
#define CLUTTER_DBG(x)
|
||||||
#define CLUTTER_GLERR()
|
#define CLUTTER_GLERR()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user