fixed problems with mouse cursor handling

svn path=/trunk/; revision=12051
This commit is contained in:
Thomas Bluemel
2004-12-12 17:56:52 +00:00
parent e3bd28c5ae
commit 0ced40be8e
8 changed files with 131 additions and 149 deletions
+6 -6
View File
@@ -108,22 +108,22 @@ typedef struct _DC
WIN_DC_INFO w;
} DC, *PDC;
typedef struct _GDIPOINTER
typedef struct _GDIPOINTER /* should stay private to ENG */
{
/* private GDI pointer handling information, required for software emulation */
BOOL Enabled;
POINTL Pos;
SIZEL Size;
POINTL HotSpot;
PGD_MOVEPOINTER MovePointer;
XLATEOBJ *XlateObject;
HSURF ColorSurface;
HSURF MaskSurface;
HSURF SaveSurface;
/* public pointer information */
RECTL Exclude; /* required publicly for SPS_ACCEPT_EXCLUDE */
PGD_MOVEPOINTER MovePointer;
ULONG Status;
BOOL SafetySwitch;
UINT SafetyRemoveCount;
} GDIPOINTER, *PGDIPOINTER;