[Fontconfig] fontconfig: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Mon Sep 4 22:40:14 PDT 2006


 fc-lang/fc-lang.c |   10 ++++++++++
 1 files changed, 10 insertions(+)

New commits:
diff-tree afe5a6716058e4b952a6ec1ab3f328a1c069a8c4 (from 17389539a046f7231447d531ef7f3d131c1d7515)
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Mon Sep 4 22:39:51 2006 -0700

    Oops, fc-lang broke when I added cache referencing.
    
    Add FcCacheObjectReference/FcCacheObjectDereference stubs to fc-cache.

diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c
index 69dfac2..199f16f 100644
--- a/fc-lang/fc-lang.c
+++ b/fc-lang/fc-lang.c
@@ -48,6 +48,16 @@ FcMemFree (int kind, int size)
 {
 }
 
+FcPrivate void
+FcCacheObjectReference (void *object)
+{
+}
+
+FcPrivate void
+FcCacheObjectDereference (void *object)
+{
+}
+
 int FcDebugVal;
 
 FcChar8 *


More information about the Fontconfig mailing list