windowing/windowserver/inc/W32STD.H
changeset 188 1b081cb0800b
parent 85 cdf2f6e5c390
child 178 89bd4cfee505
--- 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 <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;