- put those global variables into an anonymous namespace
svn path=/trunk/kdebase/kwin/; revision=154962
This commit is contained in:
parent
e154121711
commit
d9107f8efc
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue