aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Font.cc
diff options
context:
space:
mode:
authorMathias Gumz <mathias gumz at gmail com>2014-04-11 15:42:09 (GMT)
committerMathias Gumz <mathias gumz at gmail com>2014-04-11 15:42:40 (GMT)
commite105de7d46c4936790754857d8c789f3c7fccd87 (patch)
treecaaf0481ae7d743507f67d7d4e3977f31b153f65 /src/FbTk/Font.cc
parentbc272ba4aed707522cb458d659940567ac6fc386 (diff)
parent7541054b299bbd61310ab0456cf4f25b7a672de3 (diff)
downloadfluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.zip
fluxbox-e105de7d46c4936790754857d8c789f3c7fccd87.tar.bz2
merge Sami Kerola's new build-system
Diffstat (limited to 'src/FbTk/Font.cc')
-rw-r--r--src/FbTk/Font.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/FbTk/Font.cc b/src/FbTk/Font.cc
index c855d10..98fcc4f 100644
--- a/src/FbTk/Font.cc
+++ b/src/FbTk/Font.cc
@@ -25,10 +25,6 @@
25#include "FontImp.hh" 25#include "FontImp.hh"
26#include "App.hh" 26#include "App.hh"
27 27
28#ifdef HAVE_CONFIG_H
29#include "config.h"
30#endif // HAVE_CONFIG_H
31
32// for antialias 28// for antialias
33#ifdef USE_XFT 29#ifdef USE_XFT
34#include "XftFontImp.hh" 30#include "XftFontImp.hh"
@@ -43,10 +39,6 @@
43#include "XFontImp.hh" 39#include "XFontImp.hh"
44 40
45#include "GContext.hh" 41#include "GContext.hh"
46//use gnu extensions
47#ifndef _GNU_SOURCE
48#define _GNU_SOURCE
49#endif //_GNU_SOURCE
50 42
51#ifndef __USE_GNU 43#ifndef __USE_GNU
52#define __USE_GNU 44#define __USE_GNU