--- a/windowing/windowserver/inc/W32STD.H Tue Jun 22 15:21:29 2010 +0300
+++ b/windowing/windowserver/inc/W32STD.H Fri Jul 16 11:45:55 2010 +0300
@@ -33,6 +33,7 @@
#include <advancedpointerevent.h>
#include <sizemode.h>
#include <babitflags.h>
+#include <wspublishandsubscribedata.h>
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
#include <graphics/windowserverconstants.h>
@@ -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;