projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdc834
)
Add TODO item
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 27 Apr 2011 05:48:56 +0000
(
01:48
-0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 27 Apr 2011 05:48:56 +0000
(
01:48
-0400)
src/hb-object-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-object-private.hh
b/src/hb-object-private.hh
index ff66d1d20a5975d51c9ffd9ef474c6a5f1600c25..8142bd42b1d4a840cc9f05c079507c81d2a477a1 100644
(file)
--- a/
src/hb-object-private.hh
+++ b/
src/hb-object-private.hh
@@
-113,6
+113,7
@@
HB_BEGIN_DECLS
/* Object allocation and lifecycle manamgement macros */
+/* XXX Trace objects. Got removed in refactoring */
#define HB_TRACE_OBJECT(obj) hb_object_trace (obj)
#define HB_OBJECT_DO_CREATE(Type, obj) likely (obj = hb_object_create<Type> ())
#define HB_OBJECT_IS_INERT(obj) hb_object_is_inert (obj)