minor fix
This commit is contained in:
parent
8002a73374
commit
d2dcfe4139
2 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
// 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 "Window.hh"
|
||||
#include "WinClient.hh"
|
||||
#include "Workspace.hh"
|
||||
#include "fluxbox.hh"
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
|
|
@ -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()),
|
||||
|
|
Loading…
Reference in a new issue