Define the hint styles to make building against fc < 2.2.92 work.
2005-08-01 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkxftdefaults.c: Define the hint styles to make building against fc < 2.2.92 work. (#311839, Damien Carbery)
This commit is contained in:
committed by
Matthias Clasen
parent
5d7b721b27
commit
6bd98ba0f9
@ -43,6 +43,13 @@
|
||||
|
||||
#include <fontconfig/fontconfig.h>
|
||||
|
||||
#ifndef FC_HINT_STYLE
|
||||
#define FC_HINT_NONE 0
|
||||
#define FC_HINT_SLIGHT 1
|
||||
#define FC_HINT_MEDIUM 2
|
||||
#define FC_HINT_FULL 3
|
||||
#endif
|
||||
|
||||
#include <gdkscreen-x11.h>
|
||||
#include <gdkx.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user