Fixes #329043
2006-01-30 Ed Catmur <ed@catmur.co.uk> Fixes #329043 * ftstream-vfs.c: use correct function signature for FT callback.
This commit is contained in:
parent
4db352256d
commit
a370328133
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-01-30 Ed Catmur <ed@catmur.co.uk>
|
||||||
|
|
||||||
|
Fixes #329043
|
||||||
|
|
||||||
|
* ftstream-vfs.c: use correct function signature for FT callback.
|
||||||
|
|
||||||
2005-11-14 Rodrigo Moya <rodrigo@novell.com>
|
2005-11-14 Rodrigo Moya <rodrigo@novell.com>
|
||||||
|
|
||||||
* font-method.c (do_tell): fixed function signature.
|
* font-method.c (do_tell): fixed function signature.
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include FT_FREETYPE_H
|
#include FT_FREETYPE_H
|
||||||
#include <libgnomevfs/gnome-vfs.h>
|
#include <libgnomevfs/gnome-vfs.h>
|
||||||
|
|
||||||
static guint64
|
static unsigned long
|
||||||
vfs_stream_read(FT_Stream stream,
|
vfs_stream_read(FT_Stream stream,
|
||||||
unsigned long offset,
|
unsigned long offset,
|
||||||
unsigned char *buffer,
|
unsigned char *buffer,
|
||||||
|
|
Loading…
Add table
Reference in a new issue