added comments, as well as HFRAMESIZE, corresponding to the active window highlighted border width
svn path=/trunk/KDE/kdebase/workspace/; revision=1019905
This commit is contained in:
parent
d8a32e4930
commit
702590d3f9
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue