[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] Question on correct usage of freetype2
From: |
ismail dönmez |
Subject: |
[Devel] Question on correct usage of freetype2 |
Date: |
Sat, 8 Nov 2003 17:29:08 +0200 |
User-agent: |
KMail/1.5.93 |
Hi,
Looks like a code like :
#include <freetype/freetype.h>
int main() {
;
return 0;
}
no longer compiles with freetype cvs. And suggested fix is :
#include <ft2build.h>
#include FT_FREETYPE_H
int main() {
;
return 0;
}
My question is will the second code work on older Freetype 2.x releases? And
second question is was this change necessary as many projects use freetype as
in first code ( MPlayer,Qt etc ). ?
Regards,
/ismail
--
MPlayer for pr0n, KDE for Desktop, Vodka for life!
- [Devel] Question on correct usage of freetype2,
ismail dönmez <=