From 11e99c7b465ced62bf7fdeb71695c5c407e279e9 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Thu, 3 Oct 2013 21:51:17 +0200 Subject: [PATCH 1/2] Pedantic --- clients/oxygen/oxygendecorationdefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/oxygen/oxygendecorationdefines.h b/clients/oxygen/oxygendecorationdefines.h index c5499326a2..abdab33152 100644 --- a/clients/oxygen/oxygendecorationdefines.h +++ b/clients/oxygen/oxygendecorationdefines.h @@ -76,7 +76,7 @@ namespace Oxygen TitleOutline = 1<<3, FrameBorder = 1<<4, BlendColor = 1<<5, - SizeGripMode = 1<<6, + SizeGripMode = 1<<6 }; } From 0fb259058b7393540da60c1cbd322a24e449d356 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Thu, 3 Oct 2013 22:00:23 +0200 Subject: [PATCH 2/2] Fix order --- effects/presentwindows/presentwindows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/presentwindows/presentwindows.cpp b/effects/presentwindows/presentwindows.cpp index 5ccdfe9ac4..14e2602673 100755 --- a/effects/presentwindows/presentwindows.cpp +++ b/effects/presentwindows/presentwindows.cpp @@ -61,8 +61,8 @@ PresentWindowsEffect::PresentWindowsEffect() , m_decalOpacity(0.0) , m_hasKeyboardGrab(false) , m_mode(ModeCurrentDesktop) - , m_needInitialSelection(false) , m_managerWindow(NULL) + , m_needInitialSelection(false) , m_highlightedWindow(NULL) , m_filterFrame(NULL) , m_closeView(NULL)