added comments, as well as HFRAMESIZE, corresponding to the active window highlighted border width

svn path=/trunk/KDE/kdebase/workspace/; revision=1019905
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-09-04 19:03:32 +00:00
parent d8a32e4930
commit 702590d3f9
1 changed files with 7 additions and 1 deletions

View File

@ -67,8 +67,14 @@ namespace Nitrogen
around window that is clickable although it is part of the shadow
*/
static const int EXTENDED_HITAREA = 0;
// this is the top title bar edge
static const int TFRAMESIZE = 3;
// this is the extra title bar top and bottom edges
// needed to outline active window title bar
static const int HFRAMESIZE = 4;
Q_DECLARE_FLAGS(ButtonTypes, ButtonType)
//! window decoration factory