diff options
Diffstat (limited to 'vcl/inc/win/salframe.h')
-rw-r--r-- | vcl/inc/win/salframe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h index e2f41822be0a..e465eb1350b1 100644 --- a/vcl/inc/win/salframe.h +++ b/vcl/inc/win/salframe.h @@ -84,6 +84,7 @@ public: bool mbFirstClipRect; sal_Int32 mnDisplay; // Display used for Fullscreen, 0 is primary monitor bool mbPropertiesStored; // has values stored in the window property store + POINT maFirstPanGesturePt; // has value stores the start point of the panning gesture void updateScreenNumber(); |