1
0
Fork 0

2006-11-23 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-debug.h:
        Fix small macro typo.
This commit is contained in:
Matthew Allum 2006-11-23 21:36:45 +00:00
parent c57108e030
commit 382edccf6d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-11-23 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-debug.h:
Fix small macro typo.
2006-11-22 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-actor.c:

View file

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