aboutsummaryrefslogtreecommitdiff
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
parentedeee08659c2590070f967998aaf8cffeaadd95a (diff)
downloadfluxbox_pavel-08f299afc00a0072775a2d7db755cd62a53a49bf.zip
fluxbox_pavel-08f299afc00a0072775a2d7db755cd62a53a49bf.tar.bz2
include netizen
-rw-r--r--src/Screen.cc3
-rw-r--r--src/Window.cc3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 092f23c..6cd8b72 100644
--- a/src/Screen.cc
+++ b/src/Screen.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: Screen.cc,v 1.80 2002/11/15 12:15:39 fluxgen Exp $ 25// $Id: Screen.cc,v 1.81 2002/11/17 11:27:50 fluxgen Exp $
26 26
27 27
28#include "Screen.hh" 28#include "Screen.hh"
@@ -38,6 +38,7 @@
38#include "Configmenu.hh" 38#include "Configmenu.hh"
39#include "Iconmenu.hh" 39#include "Iconmenu.hh"
40#include "StringUtil.hh" 40#include "StringUtil.hh"
41#include "Netizen.hh"
41 42
42//use GNU extensions 43//use GNU extensions
43#ifndef _GNU_SOURCE 44#ifndef _GNU_SOURCE
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"