diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-06 13:57:54 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-06 13:57:54 +0000 |
| commit | 37be3ef9249b452b8edec25a441aefff80c2d4b8 (patch) | |
| tree | 5c1f8e7f0135b99fa1adb708c9046d440021af90 /src/bbwindow.hh | |
| parent | 35fcb62ddd4861f857d93941407e3d87d444b2cc (diff) | |
omg, fat commit
pulled the style crap out of screen, i think the reconfigure case needs to be handled still.
moved util and config into otk, changed everything else accordingly.
code compiles and runs
Diffstat (limited to 'src/bbwindow.hh')
| -rw-r--r-- | src/bbwindow.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bbwindow.hh b/src/bbwindow.hh index 1da5dc94..b7472323 100644 --- a/src/bbwindow.hh +++ b/src/bbwindow.hh @@ -17,7 +17,7 @@ extern "C" { #include "otk/rect.hh" #include "otk/strut.hh" #include "blackbox.hh" -#include "util.hh" +#include "otk/util.hh" #define MwmHintsFunctions (1l << 0) #define MwmHintsDecorations (1l << 1) |
