diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Ewmh.cc | 3 | ||||
-rw-r--r-- | src/Netizen.cc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 80ff727..f78432b 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,7 +19,7 @@ | |||
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 | // $Id: Ewmh.cc,v 1.35 2003/12/18 18:03:21 fluxgen Exp $ | 22 | // $Id: Ewmh.cc,v 1.36 2003/12/19 00:36:53 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
@@ -27,6 +27,7 @@ | |||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | #include "WinClient.hh" | 28 | #include "WinClient.hh" |
29 | #include "Workspace.hh" | 29 | #include "Workspace.hh" |
30 | #include "fluxbox.hh" | ||
30 | 31 | ||
31 | #include <iostream> | 32 | #include <iostream> |
32 | #include <algorithm> | 33 | #include <algorithm> |
diff --git a/src/Netizen.cc b/src/Netizen.cc index 67d4a0d..c9a58f5 100644 --- a/src/Netizen.cc +++ b/src/Netizen.cc | |||
@@ -27,6 +27,8 @@ | |||
27 | #include "Screen.hh" | 27 | #include "Screen.hh" |
28 | #include "FbAtoms.hh" | 28 | #include "FbAtoms.hh" |
29 | 29 | ||
30 | #include "FbTk/App.hh" | ||
31 | |||
30 | Netizen::Netizen(const BScreen &scr, Window win): | 32 | Netizen::Netizen(const BScreen &scr, Window win): |
31 | m_screen(scr), | 33 | m_screen(scr), |
32 | m_display(FbTk::App::instance()->display()), | 34 | m_display(FbTk::App::instance()->display()), |