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/testDemandAttention.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/testDemandAttention.cc')
-rw-r--r-- | src/tests/testDemandAttention.cc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tests/testDemandAttention.cc b/src/tests/testDemandAttention.cc index f90de30..10fadb3 100644 --- a/src/tests/testDemandAttention.cc +++ b/src/tests/testDemandAttention.cc | |||
@@ -19,15 +19,15 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | #include "App.hh" | 22 | #include "FbTk/App.hh" |
23 | #include "FbWindow.hh" | 23 | #include "FbTk/FbWindow.hh" |
24 | #include "Font.hh" | 24 | #include "FbTk/Font.hh" |
25 | #include "EventHandler.hh" | 25 | #include "FbTk/EventHandler.hh" |
26 | #include "EventManager.hh" | 26 | #include "FbTk/EventManager.hh" |
27 | #include "GContext.hh" | 27 | #include "FbTk/GContext.hh" |
28 | #include "Color.hh" | 28 | #include "FbTk/Color.hh" |
29 | #include "SimpleCommand.hh" | 29 | #include "FbTk/SimpleCommand.hh" |
30 | #include "Timer.hh" | 30 | #include "FbTk/Timer.hh" |
31 | 31 | ||
32 | #include <X11/Xutil.h> | 32 | #include <X11/Xutil.h> |
33 | #include <X11/keysym.h> | 33 | #include <X11/keysym.h> |