summaryrefslogtreecommitdiffstats
path: root/vcl/inc/salgeom.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/salgeom.hxx')
-rw-r--r--vcl/inc/salgeom.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/salgeom.hxx b/vcl/inc/salgeom.hxx
index ac87d83f4a26..0bc7335c2977 100644
--- a/vcl/inc/salgeom.hxx
+++ b/vcl/inc/salgeom.hxx
@@ -29,9 +29,9 @@ struct SalFrameGeometry {
// screen position of upper left corner of drawable area in pixel
tools::Long nX, nY;
// dimensions of the drawable area in pixel
- unsigned long nWidth, nHeight;
+ tools::ULong nWidth, nHeight;
// thickness of the decoration in pixel
- unsigned long nLeftDecoration,
+ tools::ULong nLeftDecoration,
nTopDecoration,
nRightDecoration,
nBottomDecoration;