diff -r 9f1c3fea0f87 -r ec4d3ac02166 windowing/windowserver/inc/Graphics/wstfxconst.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/windowing/windowserver/inc/Graphics/wstfxconst.h Mon Aug 23 17:14:27 2010 +0100 @@ -0,0 +1,27 @@ +// Copyright (c) 2010 Symbian Foundation Ltd +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Symbian Foundation - initial contribution. +// +// Contributors: +// + +#ifndef __WS_TFXCONST_H__ +#define __WS_TFXCONST_H__ + +// workaround for Bug 3283 +enum +{ + ETfxIncomingTakesPriority, + ETfxActionStart, + ETfxActionShutDown, + ETfxActionSwitching, + ETfxPurposeDesktopWindow +}; + +#endif