[clutter/clutter-1.10] Fix fallback profile counter macro
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.10] Fix fallback profile counter macro
- Date: Wed, 21 Mar 2012 14:04:55 +0000 (UTC)
commit a8b8bd89e56447e2609372a6b1112530a19d8ba2
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]