Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #ifndef __T_PSEUDOAPPPOPUPWINDOW_H__
23 #define __T_PSEUDOAPPPOPUPWINDOW_H__
25 _LIT(KScreenWindowPopup, "screen%d_window_popup_");
26 _LIT(KTPopupWindowAppPanic, "T_PseudoAppPopupWindow");
31 GLDEF_C TInt E32Main(void);
33 LOCAL_C void DisplayPopupWindowL();
34 LOCAL_C void ReadPopupConfig(TSize& aWindowSize, TPoint& aWindowPosition, TPtrC& aBitmapFile, TInt& aTransparency,
35 TInt& aScreenNo, TDisplayMode& aMode, CIniData* aUtils);
36 LOCAL_C void DeterminePixelValues(TSize& aWindowSize, TPoint& aWindowPosition, CWsScreenDevice& aScreenDevice);
38 #endif //__T_PSEUDOAPPPOPUPWINDOW_H__