summaryrefslogtreecommitdiff
path: root/include/vcl/region.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-04 16:09:58 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-04 16:11:44 +0200
commita96f593b415390f7f218e5772930d127a832eb43 (patch)
treea4cf5bcc44e67fe503fb399d36276d82fee1866e /include/vcl/region.hxx
parent424e936fc095c676a24c04acdd1eb1fbb6a27bed (diff)
Some more sal_IntPtr dance, but enough for today
Change-Id: Ic772181321e74713244223cc3d4542bd4cd2dc88
Diffstat (limited to 'include/vcl/region.hxx')
-rw-r--r--include/vcl/region.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/region.hxx b/include/vcl/region.hxx
index 02eebc7ec50e..88c55ea5b5fc 100644
--- a/include/vcl/region.hxx
+++ b/include/vcl/region.hxx
@@ -39,7 +39,7 @@ struct ImplRegionInfo;
enum RegionType { REGION_NULL, REGION_EMPTY, REGION_RECTANGLE, REGION_COMPLEX };
enum RegionOverlapType { REGION_INSIDE, REGION_OVER, REGION_OUTSIDE };
-typedef long RegionHandle;
+typedef sal_IntPtr RegionHandle;
// ----------
// - Region -