summaryrefslogtreecommitdiff
path: root/vcl/unx/source/dtrans/bmp.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-05 09:17:48 +0100
committersb <sb@openoffice.org>2010-02-05 09:17:48 +0100
commiteec332142dbfec6a5ab3d8cf4cf1a405cbd3e30c (patch)
tree55ea7d363745c205a49ebdac6e2b2ccf296eeb37 /vcl/unx/source/dtrans/bmp.cxx
parent08e3d3d8892f40bac9b1c45ecf331e8c0f4ffcbd (diff)
parentda2c680d23b67d4721aa29f740475fd6d40e2e08 (diff)
sb111: merged in DEV300_m71
Diffstat (limited to 'vcl/unx/source/dtrans/bmp.cxx')
-rw-r--r--vcl/unx/source/dtrans/bmp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/source/dtrans/bmp.cxx b/vcl/unx/source/dtrans/bmp.cxx
index 49219bfb0e2a..f3c7d78617a6 100644
--- a/vcl/unx/source/dtrans/bmp.cxx
+++ b/vcl/unx/source/dtrans/bmp.cxx
@@ -356,7 +356,7 @@ sal_uInt8* x11::X11_getBmpFromPixmap(
)
{
// get geometry of drawable
- Window aRoot;
+ XLIB_Window aRoot;
int x,y;
unsigned int w, h, bw, d;
XGetGeometry( pDisplay, aDrawable, &aRoot, &x, &y, &w, &h, &bw, &d );