summaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
authormathias <mathias>2006-02-27 20:58:16 (GMT)
committermathias <mathias>2006-02-27 20:58:16 (GMT)
commitec7ce1e029b45c25dcee60dad093b678edc0a96e (patch)
treea9a61538f5c4c8df14d4de9873ce06bb8ed73dd7 /src/Toolbar.cc
parenta4052120b1f7e5b4e09a803eee9a6c2d55695443 (diff)
downloadfluxbox_lack-ec7ce1e029b45c25dcee60dad093b678edc0a96e.zip
fluxbox_lack-ec7ce1e029b45c25dcee60dad093b678edc0a96e.tar.bz2
cosmetic changes from php-coder (copyright, header)
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index a735188..1b14855 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -36,7 +36,11 @@
36#include "Screen.hh" 36#include "Screen.hh"
37#include "IntResMenuItem.hh" 37#include "IntResMenuItem.hh"
38#include "BoolMenuItem.hh" 38#include "BoolMenuItem.hh"
39
40#ifdef XINERAMA
39#include "Xinerama.hh" 41#include "Xinerama.hh"
42#endif // XINERAMA
43
40#include "Strut.hh" 44#include "Strut.hh"
41#include "CommandParser.hh" 45#include "CommandParser.hh"
42#include "Layer.hh" 46#include "Layer.hh"