minor fix

This commit is contained in:
fluxgen 2003-12-19 00:36:53 +00:00
parent 8002a73374
commit d2dcfe4139
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // 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" #include "Ewmh.hh"
@ -27,6 +27,7 @@
#include "Window.hh" #include "Window.hh"
#include "WinClient.hh" #include "WinClient.hh"
#include "Workspace.hh" #include "Workspace.hh"
#include "fluxbox.hh"
#include <iostream> #include <iostream>
#include <algorithm> #include <algorithm>

View file

@ -27,6 +27,8 @@
#include "Screen.hh" #include "Screen.hh"
#include "FbAtoms.hh" #include "FbAtoms.hh"
#include "FbTk/App.hh"
Netizen::Netizen(const BScreen &scr, Window win): Netizen::Netizen(const BScreen &scr, Window win):
m_screen(scr), m_screen(scr),
m_display(FbTk::App::instance()->display()), m_display(FbTk::App::instance()->display()),