windowing/windowserver/nga/SERVER/tcursor.h
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
--- a/windowing/windowserver/nga/SERVER/tcursor.h	Tue Feb 02 01:47:50 2010 +0200
+++ b/windowing/windowserver/nga/SERVER/tcursor.h	Fri Apr 16 16:21:04 2010 +0300
@@ -88,7 +88,7 @@
 	void Clear();
 	void doDraw(const TRegion& aRegion);
 	void ScheduleReDrawNow();
-	void UpdateAttributes(TPoint aPos, TSize aSize, TInt aType, TUint aFlags, TRect aClipRect, TRgb aColor, CWsCustomTextCursor* aCustomTextCursor, CWsClientWindow* aWin);
+	void UpdateAttributes(TPoint aPos, TPoint aAbsPos, TSize aSize, TInt aType, TUint aFlags, TRect aClipRect, TRgb aColor, CWsCustomTextCursor* aCustomTextCursor, CWsClientWindow* aWin);
 	void NotifyObserver(MWsWindowTreeObserver::TAttributes aAttribute) const;
 private:
 	CWsWindowGroup *iGroupWin;
@@ -96,6 +96,7 @@
 	TUint iInternalFlags;
 	TInt iType;
 	TPoint iPos;
+	TPoint iAbsPos;
 	TSize iSize;
     TUint iFlags;
 	TRgb iColor;