diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 10:22:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 10:22:47 +0000 |
| commit | 73f6bb1a7b6bb5f8b9cf22587722d713a1f15b59 (patch) | |
| tree | a3af0d7ddc760c2122e50de28fb9f356fd3c68a0 /src/frame.hh | |
| parent | 410a8264586671256f4a2d1b3095fa6ecffc01bd (diff) | |
move screen.cc/hh to bbscreen.cc/hh
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.hh b/src/frame.hh index 5e7ba927..f1632981 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -9,14 +9,14 @@ extern "C" { #include <X11/Xlib.h> } -#include <string> - #include "client.hh" #include "otk/strut.hh" #include "otk/rect.hh" #include "otk/screeninfo.hh" #include "otk/style.hh" +#include <string> + namespace ob { //! Holds and decorates a frame around an OBClient (client window) |
