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

Collapse All | Expand All

(-)xftint.h (-2 / +23 lines)
Lines 25-36 Link Here
25
#ifndef _XFTINT_H_
25
#ifndef _XFTINT_H_
26
#define _XFTINT_H_
26
#define _XFTINT_H_
27
27
28
/* CPD 21/09/2001 - Redfine Kfi overloaded functions... */
29
#define XftConfigparse     KfiXftConfigparse
30
#define XftConfigAddDir    KfiXftConfigAddDir
31
#define XftConfigAddEdit   KfiXftConfigAddEdit
32
#define XftConfigPushInput KfiXftConfigPushInput
33
#define XftConfigdebug     KfiXftConfigdebug
34
#define XftConfigerror     KfiXftConfigerror
35
#define XftConfigwrap      KfiXftConfigwrap
36
37
/* CPD 09/06/2001 */
38
#ifdef __cplusplus
39
extern "C"
40
{
41
#endif
42
28
#include <X11/Xlib.h>
43
#include <X11/Xlib.h>
29
#ifdef FREETYPE2
44
#ifdef FREETYPE2
30
#include "XftFreetype.h"
45
#include "X11/Xft/XftFreetype.h"   /* CPD 31/05/2001 -- Added X11/Xft/ */
31
#else
46
#else
32
#include "Xft.h"
47
#include "X11/Xft/Xft.h"           /* CPD 31/05/2001 -- Added X11/Xft/ */
33
#endif
48
#endif
49
#define yylval KfiXftConfiglval    /* CPD 06/06/2001 */
34
50
35
typedef struct _XftMatcher {
51
typedef struct _XftMatcher {
36
    char    *object;
52
    char    *object;
Lines 427-430 Link Here
427
Bool
443
Bool
428
XftCoreAddFonts (XftFontSet *set, Display *dpy, Bool ignore_scalable);
444
XftCoreAddFonts (XftFontSet *set, Display *dpy, Bool ignore_scalable);
429
445
446
/* CPD 09/06/2001 */
447
#ifdef __cplusplus
448
}
449
#endif
450
430
#endif /* _XFT_INT_H_ */
451
#endif /* _XFT_INT_H_ */

Return to bug 9423