aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Font.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-01-15 07:45:57 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-01-15 07:45:57 (GMT)
commitf6c292a406f183a12b2e327716aad5de4c0abcca (patch)
treea90b80a7a1ec95ce7ab0b66447b7528f64e03eae /src/FbTk/Font.hh
parente1db89e2d7d56afca5335550ee1c9ff87fd54ba4 (diff)
downloadfluxbox-f6c292a406f183a12b2e327716aad5de4c0abcca.zip
fluxbox-f6c292a406f183a12b2e327716aad5de4c0abcca.tar.bz2
split Text.hh into Orientation.hh and TextUtils.{cc,hh}
Diffstat (limited to 'src/FbTk/Font.hh')
-rw-r--r--src/FbTk/Font.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Font.hh b/src/FbTk/Font.hh
index 8fb493e..28bbf22 100644
--- a/src/FbTk/Font.hh
+++ b/src/FbTk/Font.hh
@@ -30,7 +30,7 @@
30 30
31#include "FbString.hh" 31#include "FbString.hh"
32#include "Color.hh" 32#include "Color.hh"
33#include "Text.hh" 33#include "Orientation.hh"
34 34
35namespace FbTk { 35namespace FbTk {
36 36