[ooo-build-commit] patches/dev300

Michael Meeks mmeeks at kemper.freedesktop.org
Mon Jun 8 04:32:07 PDT 2009


 patches/dev300/vcl-un-warp.diff |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

New commits:
commit daecd560229bee864dcb2c19a350a9240e739b3f
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon Jun 8 12:33:51 2009 +0100

    un-screw this up ...
    
    * patches/dev300/vcl-un-warp.diff:

diff --git a/patches/dev300/vcl-un-warp.diff b/patches/dev300/vcl-un-warp.diff
new file mode 100644
index 0000000..f7bc001
--- /dev/null
+++ b/patches/dev300/vcl-un-warp.diff
@@ -0,0 +1,19 @@
+--- vcl/source/window/dialog.cxx
++++ vcl/source/window/dialog.cxx
+@@ -223,7 +223,7 @@
+     if ( nMouseOptions & MOUSE_OPTION_AUTOCENTERPOS )
+     {
+         Size aSize = pDialog->GetOutputSizePixel();
+-        pDialog->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
++//        pDialog->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
+     }
+     else if ( nMouseOptions & MOUSE_OPTION_AUTODEFBTNPOS )
+     {
+@@ -235,6 +235,6 @@
+         if ( !pWindow )
+             pWindow = pDialog;
+         Size aSize = pWindow->GetOutputSizePixel();
+-        pWindow->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
++//        pWindow->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
+     }
+ }


More information about the ooo-build-commit mailing list