Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 506124 | Differences between
and this patch

Collapse All | Expand All

(-)splashutils-1.5.4.4/src/ttf.c.orig (-2 / +2 lines)
Lines 25-32 Link Here
25
#include <assert.h>
25
#include <assert.h>
26
26
27
#include <ft2build.h>
27
#include <ft2build.h>
28
#include <freetype/ftoutln.h>
28
#include FT_OUTLINE_H
29
#include <freetype/ttnameid.h>
29
#include FT_TRUETYPE_IDS_H
30
30
31
#include "common.h"
31
#include "common.h"
32
#include "render.h"
32
#include "render.h"
(-)splashutils-1.5.4.4/src/ttf.h.orig (-2 / +2 lines)
Lines 1-8 Link Here
1
#ifndef _TTF_H
1
#ifndef _TTF_H
2
#define _TTF_H
2
#define _TTF_H
3
#include <ft2build.h>
3
#include <ft2build.h>
4
#include <freetype/ftoutln.h>
4
#include FT_OUTLINE_H
5
#include <freetype/ttnameid.h>
5
#include FT_TRUETYPE_IDS_H
6
6
7
#define CACHED_METRICS  0x10
7
#define CACHED_METRICS  0x10
8
#define CACHED_BITMAP   0x01
8
#define CACHED_BITMAP   0x01

Return to bug 506124