aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-17 11:29:06 (GMT)
committerfluxgen <fluxgen>2002-11-17 11:29:06 (GMT)
commit08f299afc00a0072775a2d7db755cd62a53a49bf (patch)
treef34c2e543dc9ec3a4250749a00f23d77e3764a8c /src/Window.cc
parentedeee08659c2590070f967998aaf8cffeaadd95a (diff)
downloadfluxbox-08f299afc00a0072775a2d7db755cd62a53a49bf.zip
fluxbox-08f299afc00a0072775a2d7db755cd62a53a49bf.tar.bz2
include netizen
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 0d99738..c17b40b 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.98 2002/11/12 22:04:16 fluxgen Exp $ 25// $Id: Window.cc,v 1.99 2002/11/17 11:29:06 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -33,6 +33,7 @@
33#include "Toolbar.hh" 33#include "Toolbar.hh"
34#include "Windowmenu.hh" 34#include "Windowmenu.hh"
35#include "StringUtil.hh" 35#include "StringUtil.hh"
36#include "Netizen.hh"
36 37
37#ifdef HAVE_CONFIG_H 38#ifdef HAVE_CONFIG_H
38#include "config.h" 39#include "config.h"