--- a/windowing/windowserver/inc/W32STD.H Wed Jun 16 12:37:57 2010 +0100
+++ b/windowing/windowserver/inc/W32STD.H Thu Jul 22 16:46:06 2010 +0100
@@ -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);
};