[clutter] Fix fallback profile counter macro
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Fix fallback profile counter macro
- Date: Thu, 22 Mar 2012 12:01:09 +0000 (UTC)
commit 2bf5e891401ed51f7b5c214c94a575e60220977a
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Mar 21 14:01:11 2012 +0000
Fix fallback profile counter macro
clutter/clutter-profile.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-profile.h b/clutter/clutter-profile.h
index bb78afa..5e67b2a 100644
--- a/clutter/clutter-profile.h
+++ b/clutter/clutter-profile.h
@@ -56,7 +56,7 @@ void _clutter_profile_resume (void);
#define CLUTTER_STATIC_COUNTER(A,B,C,D) extern void G_PASTE (_clutter_dummy_decl, __COUNTER__) (void)
#else
#define CLUTTER_STATIC_TIMER(A,B,C,D,E) extern void G_PASTE (_clutter_dummy_decl, __LINE__) (void)
-#define CLUTTER_STATIC_TIMER(A,B,C,D,E) extern void G_PASTE (_clutter_dummy_decl, __LINE__) (void)
+#define CLUTTER_STATIC_COUNTER(A,B,C,D) extern void G_PASTE (_clutter_dummy_decl, __LINE__) (void)
#endif
#define CLUTTER_COUNTER_INC(A,B) G_STMT_START { } G_STMT_END
#define CLUTTER_COUNTER_DEC(A,B) G_STMT_START { } G_STMT_END
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]