summaryrefslogtreecommitdiff
path: root/pango/mini-xft/Xemu.h
blob: 17d0fd67eb8adb7c8e07f03be44842bdc8a326ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef XEMU_H
#define XEMU_H

#include <glib.h>

#define _XFUNCPROTOBEGIN  G_BEGIN_DECLS
#define _XFUNCPROTOEND G_END_DECLS

typedef gboolean Bool;
typedef int Display;

#define False FALSE 
#define True TRUE

#endif /* XEMU_H */