summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/svdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/svdata.hxx')
-rw-r--r--vcl/inc/vcl/svdata.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/vcl/svdata.hxx b/vcl/inc/vcl/svdata.hxx
index 5cc8f32d7ac9..fe69b0c0b4d4 100644
--- a/vcl/inc/vcl/svdata.hxx
+++ b/vcl/inc/vcl/svdata.hxx
@@ -318,6 +318,9 @@ struct ImplSVNWFData
// window background before drawing the native
// checkbox
bool mbScrollbarJumpPage; // true for "jump to here" behavior
+ int mnStatusBarLowerRightOffset; // amount in pixel to avoid in the lower righthand corner
+ // used on the Mac where the system resizer paints over
+ // our window content
};