18 lines
448 B
C++
18 lines
448 B
C++
|
/*****************************************************************
|
||
|
KWin - the KDE window manager
|
||
|
This file is part of the KDE project.
|
||
|
|
||
|
Copyright (C) 2006 Lubos Lunak <l.lunak@kde.org>
|
||
|
|
||
|
You can Freely distribute this program under the GNU General Public
|
||
|
License. See the file "COPYING" for the exact licensing terms.
|
||
|
******************************************************************/
|
||
|
|
||
|
#include "kwinglobals.h"
|
||
|
|
||
|
namespace KWin
|
||
|
{
|
||
|
|
||
|
} // namespace
|
||
|
|