baseport/syborg/pointer/syborg_pointer.h
changeset 15 5fca9e46c6fa
parent 2 d55eb581a87c
--- a/baseport/syborg/pointer/syborg_pointer.h	Thu Oct 15 17:58:46 2009 +0100
+++ b/baseport/syborg/pointer/syborg_pointer.h	Wed Oct 21 10:29:21 2009 +0100
@@ -60,16 +60,35 @@
   static void RxDfc(TAny* aPtr );
   static void Process(TPointerRv *i, struct PData *);
 
-  TDfc iRxDfc;
+  void DisplayPointer();
+
+
+
+  //TDfc iRxDfc;
+  TDfcQue iDfcQue;
+  TDfc* iRxDfc;
+
 	
   TBool iPointerOn;       // cursor visiability
   TInt  iScreenWidth;
   TInt  iScreenHeight;
   TInt  iDisplayMode;
 
+  TInt  iVideoMem;
+  TInt  iOffSetBetweenEachLine;
+
+
   TInt ix,iy;
   TInt iLastBut;
 
+
+  TBool iFirstTime;
+  TInt iXleft;
+  TInt iXright;
+  TInt iYtop;
+  TInt iYbottom;
+  TInt iImageStore[100];
+
   
  public: