[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in image compositing in -xlib
From: |
Michael Hanni |
Subject: |
Re: bug in image compositing in -xlib |
Date: |
Thu, 10 Apr 2003 14:23:37 -0700 (PDT) |
Howdy,
--- Alexander Malmberg <alexander@malmberg.org> wrote:
> Benhur Stein wrote:
> > Hi!
> > I reported a bug in image drawing some days ago.
> > Well, I came back to it, and made a bad hack that corrects the problem.
> > Also attached is the program I used to test and a screenshot of
> > its execution in OS4.2 and GNUstep with back-xlib.
> > I couldn't try on -art because I get a compilation error (ftfont.m:82:
> > parse error before "FTC_ImageDesc"),
>
> This is a known issue with recent development versions of freetype. See
> http://wiki.gnustep.org/index.php/FTC_Image_Desc .
I have an evil patch which redefines a few things and allows -art to work with
freetype 2.1.4. I use it here and it works_for_me(tm). I don't know enough
about this code to make the proper fix to the new 2.1.4 API.
(this hack works by using #define FTC_ImageDesc FTC_Image_Desc and renaming
calls to .type to .image_type. Like I said, evil.)
Anyhow, cheerio!
Michael