windowing/windowserver/inc/Graphics/wstfxconst.h
author William Roberts <williamr@symbian.org>
Fri, 16 Jul 2010 18:15:12 +0100
changeset 117 cc566ae45bab
permissions -rw-r--r--
Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
117
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2010 Symbian Foundation Ltd
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
//
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
// Symbian Foundation - initial contribution.
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
//
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
// Contributors:
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
//
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
#ifndef __WS_TFXCONST_H__
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
#define __WS_TFXCONST_H__
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
// workaround for Bug 3283
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
enum 
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
{
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
	ETfxIncomingTakesPriority,
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
	ETfxActionStart,
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
	ETfxActionShutDown,
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
	ETfxActionSwitching,
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
	ETfxPurposeDesktopWindow
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
};
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
cc566ae45bab Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
#endif