diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-01-15 07:45:57 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-01-15 07:45:57 (GMT) |
commit | f6c292a406f183a12b2e327716aad5de4c0abcca (patch) | |
tree | a90b80a7a1ec95ce7ab0b66447b7528f64e03eae /src/FbTk/FbPixmap.hh | |
parent | e1db89e2d7d56afca5335550ee1c9ff87fd54ba4 (diff) | |
download | fluxbox-f6c292a406f183a12b2e327716aad5de4c0abcca.zip fluxbox-f6c292a406f183a12b2e327716aad5de4c0abcca.tar.bz2 |
split Text.hh into Orientation.hh and TextUtils.{cc,hh}
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index 5c2e2b8..256f6b6 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -23,7 +23,7 @@ | |||
23 | #define FBTK_FBPIXMAP_HH | 23 | #define FBTK_FBPIXMAP_HH |
24 | 24 | ||
25 | #include "FbDrawable.hh" | 25 | #include "FbDrawable.hh" |
26 | #include "Text.hh" // for Orientation | 26 | #include "Orientation.hh" |
27 | 27 | ||
28 | namespace FbTk { | 28 | namespace FbTk { |
29 | 29 | ||