windowing/windowserver/nga/CLIENT/RWS.CPP
changeset 188 1b081cb0800b
parent 45 36b2e23a8629
child 178 89bd4cfee505
equal deleted inserted replaced
187:9f66f99ee56f 188:1b081cb0800b
    20 #include <e32std.h>
    20 #include <e32std.h>
    21 #include <w32std.h>
    21 #include <w32std.h>
    22 #include "CLIENT.H"
    22 #include "CLIENT.H"
    23 #include "graphics/windowserverconstants.h"
    23 #include "graphics/windowserverconstants.h"
    24 #include "rtfxeffect.h"
    24 #include "rtfxeffect.h"
       
    25 #include <wspublishandsubscribedata.h>
    25 
    26 
    26 const TInt KMaxWSERVMessagesSlot=-1;
    27 const TInt KMaxWSERVMessagesSlot=-1;
    27 
    28 
    28 class RWsCustomTextCursor : public RWsSpriteBase
    29 class RWsCustomTextCursor : public RWsSpriteBase
    29 	{
    30 	{
  2583 */
  2584 */
  2584 	{
  2585 	{
  2585 	RTFXEffect tfxEffect(iWsHandle, iBuffer);
  2586 	RTFXEffect tfxEffect(iWsHandle, iBuffer);
  2586 	tfxEffect.OverrideTFXEffect(RTFXEffect::ETFXSession, aAction, aPurpose, aResourceDir, aFilenameOutgoing, aFilenameIncoming, aFlags);
  2587 	tfxEffect.OverrideTFXEffect(RTFXEffect::ETFXSession, aAction, aPurpose, aResourceDir, aFilenameOutgoing, aFilenameIncoming, aFlags);
  2587 	}
  2588 	}
       
  2589 
       
  2590 EXPORT_C void RWsSession::IndicateAppOrientation(TRenderOrientation aOrientation)
       
  2591 /**
       
  2592 Application informs window server the orientation of rendering it intends to use
       
  2593 
       
  2594 @param aOrientation The orientation the application intends to use
       
  2595 
       
  2596 @publishedPartner
       
  2597 */
       
  2598 	{
       
  2599 	return(WriteInt(aOrientation,EWsClOpIndicateAppOrientation));
       
  2600 	}