You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/01/11 23:07:46 UTC

svn commit: r1851111 - in /openoffice/trunk/main/vcl/inc/unx/x11_cursors: assw_curs.h assw_mask.h

Author: mseidel
Date: Fri Jan 11 23:07:46 2019
New Revision: 1851111

URL: http://svn.apache.org/viewvc?rev=1851111&view=rev
Log:
Corrected hotspot for X11 pointer (autoscroll south west)

Modified:
    openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_curs.h
    openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_mask.h

Modified: openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_curs.h
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_curs.h?rev=1851111&r1=1851110&r2=1851111&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_curs.h (original)
+++ openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_curs.h Fri Jan 11 23:07:46 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,22 +7,22 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 #define assw_curs_width 32
 #define assw_curs_height 32
-#define assw_curs_x_hot 21
+#define assw_curs_x_hot 10
 #define assw_curs_y_hot 21
 static const unsigned char assw_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_mask.h
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_mask.h?rev=1851111&r1=1851110&r2=1851111&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_mask.h (original)
+++ openoffice/trunk/main/vcl/inc/unx/x11_cursors/assw_mask.h Fri Jan 11 23:07:46 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,22 +7,22 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 #define assw_mask_width 32
 #define assw_mask_height 32
-#define assw_mask_x_hot 21
+#define assw_mask_x_hot 10
 #define assw_mask_y_hot 21
 static const unsigned char assw_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,