diff options
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 089583692f87..d42eeb20ca67 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -140,8 +140,8 @@ struct ImplFrameData sal_Int32 mnDPIY; // Original Screen Resolution ImplMapRes maMapUnitRes; // for LogicUnitToPixel sal_uIntPtr mnAllSaveBackSize; // size of all bitmaps of saved backgrounds - sal_uIntPtr mnFocusId; // FocusId for PostUserLink - sal_uIntPtr mnMouseMoveId; // MoveId for PostUserLink + ImplSVEvent * mnFocusId; // FocusId for PostUserLink + ImplSVEvent * mnMouseMoveId; // MoveId for PostUserLink long mnLastMouseX; // last x mouse position long mnLastMouseY; // last y mouse position long mnBeforeLastMouseX; // last but one x mouse position |