This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch Pilot-Pirx-table
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/Pilot-Pirx-table by this push:
     new 8c3d6ba67c Corrected X11 cursor
8c3d6ba67c is described below

commit 8c3d6ba67c6aac85d04d64af9178f3d9427a822d
Author: mseidel <[email protected]>
AuthorDate: Tue Dec 16 21:02:39 2025 +0100

    Corrected X11 cursor
---
 main/vcl/inc/unx/x11_cursors/tblselsw_mask.h | 46 ++++++++++++----------------
 1 file changed, 19 insertions(+), 27 deletions(-)

diff --git a/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h 
b/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h
index aa93d0edfd..b312151c7f 100644
--- a/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h
+++ b/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h
@@ -19,33 +19,25 @@
  *
  *************************************************************/
 
-#define tblselsw_mask_width 24
-#define tblselsw_mask_height 24
+#define tblselsw_mask_width 16
+#define tblselsw_mask_height 16
 #define tblselsw_mask_x_hot 1
-#define tblselsw_mask_y_hot 11
+#define tblselsw_mask_y_hot 14
 
 static const unsigned char tblselsw_mask_bits[] = {
-       0x00,0x00,0x00,         // 0000 0000 0000 0000 0000 0000
-       0x00,0x00,0x00,         // 0000 0000 0000 0000 0000 0000
-       0x00,0x40,0x00,         // 0000 0000 0010 0000 0000 0000
-       0x00,0x60,0x00,         // 0000 0000 0110 0000 0000 0000
-       0x00,0x70,0x00,         // 0000 0000 1110 0000 0000 0000
-       0x00,0x70,0x00,         // 0000 0001 1110 0000 0000 0000
-       0x0C,0x70,0x00,         // 0000 0011 1110 0000 0000 0000
-       0x0E,0x70,0x00,         // 0000 0111 1110 0000 0000 0000
-       0x0F,0x70,0x00,         // 0000 1111 1110 0000 0000 0000
-       0x8F,0x70,0x00,         // 0001 1111 1110 0000 0000 0000
-       0xCF,0x70,0x00,         // 0011 1111 1110 0000 0000 0000
-       0xEF,0x70,0x00,         // 0111 1111 1110 0000 0000 0000
-       0xCF,0x70,0x00,         // 0011 1111 1110 0000 0000 0000
-       0x8F,0x70,0x00,         // 0001 1111 1110 0000 0000 0000
-       0x0F,0x70,0x00,         // 0000 1111 1110 0000 0000 0000
-       0x0E,0x70,0x00,         // 0000 0111 1110 0000 0000 0000
-       0x0C,0x70,0x00,         // 0000 0011 1110 0000 0000 0000
-       0x00,0x70,0x00,         // 0000 0001 1110 0000 0000 0000
-       0x00,0x70,0x00,         // 0000 0000 1110 0000 0000 0000
-       0x00,0x60,0x00,         // 0000 0000 0110 0000 0000 0000
-       0x00,0x40,0x00,         // 0000 0000 0010 0000 0000 0000
-       0x00,0x00,0x00,         // 0000 0000 0000 0000 0000 0000
-       0x00,0x00,0x00,         // 0000 0000 0000 0000 0000 0000
-       0x00,0x00,0x00};        // 0000 0000 0000 0000 0000 0000
+       0x00,0x00,      // 0000 0000 0000 0000
+       0x20,0x00,      // 0100 0000 0000 0000
+       0x60,0x00,      // 0110 0000 0000 0000
+       0xE0,0x00,      // 0111 0000 0000 0000
+       0xE1,0x00,      // 0111 1000 0000 0000
+       0xE3,0x00,      // 0111 1100 0000 0000
+       0xE7,0x00,      // 0111 1110 0000 0000
+       0xEF,0x00,      // 0111 1111 0000 0000
+       0xEF,0x10,      // 0111 1111 1000 0000
+       0xEF,0x30,      // 0111 1111 1100 0000
+       0xEF,0x70,      // 0111 1111 1110 0000
+       0xEF,0xF0,      // 0111 1111 1111 0000
+       0xEF,0xF1,      // 0111 1111 1111 1000
+       0xEF,0xF3,      // 0111 1111 1111 1100
+       0xEF,0xF7,      // 0111 1111 1111 1110
+       0x00,0x00};     // 0000 0000 0000 0000

Reply via email to