Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504944
Collapse All | Expand All

(-)./native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c.orig (-2 / +3 lines)
Lines 42-49 Link Here
42
#include <pango/pango.h>
42
#include <pango/pango.h>
43
#include <pango/pangoft2.h>
43
#include <pango/pangoft2.h>
44
#include <pango/pangofc-font.h>
44
#include <pango/pangofc-font.h>
45
#include <freetype/ftglyph.h>
45
#include <ft2build.h>
46
#include <freetype/ftoutln.h>
46
#include FT_GLYPH_H
47
#include FT_OUTLINE_H
47
#include "jcl.h"
48
#include "jcl.h"
48
#include "gdkfont.h"
49
#include "gdkfont.h"
49
#include "gnu_java_awt_peer_gtk_FreetypeGlyphVector.h"
50
#include "gnu_java_awt_peer_gtk_FreetypeGlyphVector.h"
(-)./native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c.orig (-4 / +5 lines)
Lines 39-48 Link Here
39
#include <pango/pango.h>
39
#include <pango/pango.h>
40
#include <pango/pangoft2.h>
40
#include <pango/pangoft2.h>
41
#include <pango/pangofc-font.h>
41
#include <pango/pangofc-font.h>
42
#include <freetype/ftglyph.h>
42
#include <ft2build.h>
43
#include <freetype/ftoutln.h>
43
#include FT_GLYPH_H
44
#include <freetype/fttypes.h>
44
#include FT_OUTLINE_H
45
#include <freetype/tttables.h>
45
#include FT_TYPES_H
46
#include FT_TRUETYPE_TABLES_H
46
#include "gdkfont.h"
47
#include "gdkfont.h"
47
#include "gtkpeer.h"
48
#include "gtkpeer.h"
48
#include "gnu_java_awt_peer_gtk_GdkFontPeer.h"
49
#include "gnu_java_awt_peer_gtk_GdkFontPeer.h"

Return to bug 504944