windowing/windowserver/inc/Graphics/wstfxconst.h
changeset 117 cc566ae45bab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/windowing/windowserver/inc/Graphics/wstfxconst.h	Fri Jul 16 18:15:12 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