- put those global variables into an anonymous namespace

svn path=/trunk/kdebase/kwin/; revision=154962
This commit is contained in:
Simon Hausmann 2002-05-11 18:21:14 +00:00
parent e154121711
commit d9107f8efc

View file

@ -27,6 +27,9 @@
using namespace KWinInternal;
namespace
{
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x78, 0x00, 0x78, 0x00,
0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
@ -118,6 +121,8 @@ bool largeToolButtons;
int toolTitleHeight;
int normalTitleHeight;
}
// ===========================================================================
KDEDefaultHandler::KDEDefaultHandler()