Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:aualin
freetype2
freetype-2.1.7-backwards.compat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freetype-2.1.7-backwards.compat.patch of Package freetype2
Index: src/base/ftapi.c =================================================================== --- src/base/ftapi.c.orig 2007-01-15 21:10:55.000000000 -0800 +++ src/base/ftapi.c 2007-07-07 00:23:32.000000000 -0700 @@ -118,4 +118,18 @@ } + FT_BASE_DEF( FT_Short ) + FT_Get_Short( FT_Stream stream ) + { + return FT_GET_SHORT(); + } + + + FT_BASE_DEF( FT_Long ) + FT_Get_Long( FT_Stream stream ) + { + return FT_GET_LONG(); + } + + /* END */ Index: src/base/ftbase.c =================================================================== --- src/base/ftbase.c.orig 2007-02-07 22:38:01.000000000 -0800 +++ src/base/ftbase.c 2007-07-07 00:25:05.000000000 -0700 @@ -30,6 +30,7 @@ #include "ftstream.c" #include "fttrigon.c" #include "ftutil.c" +#include "ftapi.c" #if defined( __APPLE__ ) && !defined ( DARWIN_NO_CARBON ) #include <ftmac.c>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor