diff -r 9f66f99ee56f -r 1b081cb0800b windowing/windowserver/inc/W32STD.H --- a/windowing/windowserver/inc/W32STD.H Fri Sep 24 16:14:28 2010 +0300 +++ b/windowing/windowserver/inc/W32STD.H Fri Sep 24 16:44:34 2010 +0300 @@ -33,6 +33,7 @@ #include #include #include +#include #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS #include @@ -1380,6 +1381,7 @@ line. */ ECustomTextCursorAlignBottom }; + // public: IMPORT_C RWsSession(); @@ -1538,6 +1540,9 @@ IMPORT_C void UnregisterAllEffects(); IMPORT_C void OverrideEffects(TInt aAction, TInt aPurpose, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0); +//Application tells the window server the orientation of rendering it intends to use + IMPORT_C void IndicateAppOrientation(TRenderOrientation aOrientation); + // functions not exported, used by CWsGraphic void GraphicMessageReady(TRequestStatus *aStat); void GetGraphicMessage(TDes8& aData) const;