windowing/windowserver/inc/Graphics/wstfxconst.h
author William Roberts <williamr@symbian.org>
Fri, 23 Jul 2010 14:07:53 +0100
branchGCC_SURGE
changeset 129 4b6914ffcd6b
parent 117 cc566ae45bab
permissions -rw-r--r--
More minigui catchup

// 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