From 63bba36adbeb6f37246ace732975578a0268cc6e Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Tue, 25 Aug 2009 04:23:48 +0000 Subject: [PATCH] removed extra clickable pixels around windows svn path=/trunk/KDE/kdebase/workspace/; revision=1015275 --- clients/nitrogen/nitrogen.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clients/nitrogen/nitrogen.h b/clients/nitrogen/nitrogen.h index 2c3b6aeca1..09b05d16e0 100644 --- a/clients/nitrogen/nitrogen.h +++ b/clients/nitrogen/nitrogen.h @@ -61,7 +61,12 @@ namespace Nitrogen }; static const qreal SHADOW_WIDTH = 25.5; - static const int EXTENDED_HITAREA = 2; + + /* + If non zero, this possibly allow one to have an additional space + around window that is clickable although it is part of the shadow + */ + static const int EXTENDED_HITAREA = 0; Q_DECLARE_FLAGS(ButtonTypes, ButtonType)