windowing/windowserver/inc/W32STD.H
changeset 85 cdf2f6e5c390
parent 45 36b2e23a8629
child 116 171fae344dd4
--- a/windowing/windowserver/inc/W32STD.H	Fri May 14 17:10:13 2010 +0300
+++ b/windowing/windowserver/inc/W32STD.H	Thu May 27 14:13:51 2010 +0300
@@ -1728,6 +1728,8 @@
 	IMPORT_C void SetPurpose(TInt aPurpose);
 	IMPORT_C void SendEffectCommand(TInt aTfxCmd, const TDesC8& aTfxCmdData=KNullDesC8);
 	IMPORT_C void OverrideEffects(TInt aAction, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
+    IMPORT_C TInt FixNativeOrientation();
+    IMPORT_C TSize SizeForEgl() const;
 protected:
 	TInt construct(const RWindowTreeNode &parent,TUint32 aHandle, TInt aType, TDisplayMode aDisplayMode);
 	};