blob: ff6f0b5c07a0e7d80a8ba731368a756b182ef6e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** Headers/xlib/XftFontInfo.h.orig Sun Feb 2 23:39:29 2003
--- Headers/xlib/XftFontInfo.h Sun Feb 2 23:39:38 2003
***************
*** 29,35 ****
// Include this before we include any objC defines, otherwise id is defined
#include <X11/Xlib.h>
#define id xwindowsid
! #include <X11/Xft/Xft.h>
#undef id
#include <AppKit/GSFontInfo.h>
--- 29,35 ----
// Include this before we include any objC defines, otherwise id is defined
#include <X11/Xlib.h>
#define id xwindowsid
! #include <X11/Xft1/Xft.h>
#undef id
#include <AppKit/GSFontInfo.h>
|