ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtfont.h (file contents):
Revision 1.23 by ayin, Mon Jun 25 13:50:41 2007 UTC vs.
Revision 1.24 by ayin, Thu Oct 18 09:11:43 2007 UTC

2#define DEFAULTFONT_H_ 2#define DEFAULTFONT_H_
3 3
4#include <X11/Xlib.h> 4#include <X11/Xlib.h>
5#if XFT 5#if XFT
6# include <X11/Xft/Xft.h> 6# include <X11/Xft/Xft.h>
7#endif
8
9#ifdef HAVE_XSETLOCALE
10# define X_LOCALE
11# include <X11/Xlocale.h>
12#else
13# ifdef HAVE_SETLOCALE
14# include <clocale>
15# endif
16#endif
17
18#ifdef HAVE_NL_LANGINFO
19# include <langinfo.h>
20#endif 7#endif
21 8
22#include <inttypes.h> 9#include <inttypes.h>
23 10
24#include "feature.h" 11#include "feature.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines