windowing/windowserver/inc/W32STD.H
changeset 85 cdf2f6e5c390
parent 45 36b2e23a8629
child 116 171fae344dd4
equal deleted inserted replaced
69:3365349494cc 85:cdf2f6e5c390
  1726 	IMPORT_C TRgb KeyColor() const;
  1726 	IMPORT_C TRgb KeyColor() const;
  1727 	IMPORT_C void EnableAdvancedPointers();
  1727 	IMPORT_C void EnableAdvancedPointers();
  1728 	IMPORT_C void SetPurpose(TInt aPurpose);
  1728 	IMPORT_C void SetPurpose(TInt aPurpose);
  1729 	IMPORT_C void SendEffectCommand(TInt aTfxCmd, const TDesC8& aTfxCmdData=KNullDesC8);
  1729 	IMPORT_C void SendEffectCommand(TInt aTfxCmd, const TDesC8& aTfxCmdData=KNullDesC8);
  1730 	IMPORT_C void OverrideEffects(TInt aAction, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
  1730 	IMPORT_C void OverrideEffects(TInt aAction, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
       
  1731     IMPORT_C TInt FixNativeOrientation();
       
  1732     IMPORT_C TSize SizeForEgl() const;
  1731 protected:
  1733 protected:
  1732 	TInt construct(const RWindowTreeNode &parent,TUint32 aHandle, TInt aType, TDisplayMode aDisplayMode);
  1734 	TInt construct(const RWindowTreeNode &parent,TUint32 aHandle, TInt aType, TDisplayMode aDisplayMode);
  1733 	};
  1735 	};
  1734 
  1736 
  1735 
  1737