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/basedisplay.cc | |
| 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/basedisplay.cc')
| -rw-r--r-- | src/basedisplay.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basedisplay.cc b/src/basedisplay.cc index 81f8879f..508c8e76 100644 --- a/src/basedisplay.cc +++ b/src/basedisplay.cc @@ -59,7 +59,7 @@ using std::string; #include "basedisplay.hh" #include "gccache.hh" #include "timer.hh" -#include "util.hh" +#include "otk/util.hh" // X error handler to handle any and all X errors while the application is |
