windowing/windowserver/inc/Graphics/wstfxconst.h
author srilekhas <srilekhas@symbian.org>
Thu, 22 Jul 2010 17:00:40 +0100
changeset 124 4b2ef55608d0
parent 117 cc566ae45bab
permissions -rw-r--r--
Added workaround in mingui-stripped.oby to avoid hci_implementation.iby.

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