minor fix
fluxgen fluxgen
2 files changed,
4 insertions(+),
1 deletions(-)
M
src/Ewmh.cc
→
src/Ewmh.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Ewmh.cc,v 1.35 2003/12/18 18:03:21 fluxgen Exp $ +// $Id: Ewmh.cc,v 1.36 2003/12/19 00:36:53 fluxgen Exp $ #include "Ewmh.hh"@@ -27,6 +27,7 @@ #include "Screen.hh"
#include "Window.hh" #include "WinClient.hh" #include "Workspace.hh" +#include "fluxbox.hh" #include <iostream> #include <algorithm>
M
src/Netizen.cc
→
src/Netizen.cc
@@ -27,6 +27,8 @@
#include "Screen.hh" #include "FbAtoms.hh" +#include "FbTk/App.hh" + Netizen::Netizen(const BScreen &scr, Window win): m_screen(scr), m_display(FbTk::App::instance()->display()),