diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 14:51:17 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 14:51:17 (GMT) |
commit | 253f13d46ed96dd9a4ed8619820d14098d547fc8 (patch) | |
tree | b0d485fab64182be446d764d8adc211e8804eb55 /src/tests/testFont.cc | |
parent | 81b240e9762acde7e3682a6cec02932564d122f6 (diff) | |
download | fluxbox_pavel-253f13d46ed96dd9a4ed8619820d14098d547fc8.zip fluxbox_pavel-253f13d46ed96dd9a4ed8619820d14098d547fc8.tar.bz2 |
some love to src/tests, use automake to use the same build environment as the rest of fluxbox
Diffstat (limited to 'src/tests/testFont.cc')
-rw-r--r-- | src/tests/testFont.cc | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/tests/testFont.cc b/src/tests/testFont.cc index f338751..1ba63f7 100644 --- a/src/tests/testFont.cc +++ b/src/tests/testFont.cc | |||
@@ -18,19 +18,21 @@ | |||
18 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 18 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
19 | // DEALINGS IN THE SOFTWARE. | 19 | // DEALINGS IN THE SOFTWARE. |
20 | 20 | ||
21 | #include "App.hh" | 21 | #include "FbTk/App.hh" |
22 | #include "FbWindow.hh" | 22 | #include "FbTk/FbWindow.hh" |
23 | #include "Font.hh" | 23 | #include "FbTk/Font.hh" |
24 | #include "EventHandler.hh" | 24 | #include "FbTk/EventHandler.hh" |
25 | #include "EventManager.hh" | 25 | #include "FbTk/EventManager.hh" |
26 | #include "GContext.hh" | 26 | #include "FbTk/GContext.hh" |
27 | #include "Color.hh" | 27 | #include "FbTk/Color.hh" |
28 | #include "FbString.hh" | 28 | #include "FbTk/FbString.hh" |
29 | 29 | ||
30 | #include <X11/Xutil.h> | 30 | #include <X11/Xutil.h> |
31 | #include <X11/keysym.h> | 31 | #include <X11/keysym.h> |
32 | 32 | ||
33 | #include <string> | 33 | #include <string> |
34 | #include <cstring> | ||
35 | #include <cstdlib> | ||
34 | #include <iostream> | 36 | #include <iostream> |
35 | using namespace std; | 37 | using namespace std; |
36 | 38 | ||