aboutsummaryrefslogtreecommitdiff
path: root/src/tests/texturetest.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-18 14:51:17 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-18 14:51:17 (GMT)
commit253f13d46ed96dd9a4ed8619820d14098d547fc8 (patch)
treeb0d485fab64182be446d764d8adc211e8804eb55 /src/tests/texturetest.cc
parent81b240e9762acde7e3682a6cec02932564d122f6 (diff)
downloadfluxbox-253f13d46ed96dd9a4ed8619820d14098d547fc8.zip
fluxbox-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/texturetest.cc')
-rw-r--r--src/tests/texturetest.cc22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/tests/texturetest.cc b/src/tests/texturetest.cc
index 3fa6704..93680c0 100644
--- a/src/tests/texturetest.cc
+++ b/src/tests/texturetest.cc
@@ -1,17 +1,17 @@
1// texturetest.cc a test app for Textures 1// texturetest.cc a test app for Textures
2// Copyright (c) 2004 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2004 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org)
3 3
4#include "ImageControl.hh" 4#include "FbTk/ImageControl.hh"
5#include "Color.hh" 5#include "FbTk/Color.hh"
6#include "GContext.hh" 6#include "FbTk/GContext.hh"
7#include "FbPixmap.hh" 7#include "FbTk/FbPixmap.hh"
8#include "Texture.hh" 8#include "FbTk/Texture.hh"
9#include "FbWindow.hh" 9#include "FbTk/FbWindow.hh"
10#include "EventHandler.hh" 10#include "FbTk/EventHandler.hh"
11#include "EventManager.hh" 11#include "FbTk/EventManager.hh"
12#include "Theme.hh" 12#include "FbTk/Theme.hh"
13#include "Font.hh" 13#include "FbTk/Font.hh"
14#include "App.hh" 14#include "FbTk/App.hh"
15 15
16#include <stdlib.h> 16#include <stdlib.h>
17#include <string.h> 17#include <string.h>