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 6b793de003 Updated X11 cursor
6b793de003 is described below

commit 6b793de003cc0d810bb6cbdc4f48a14bab137567
Author: mseidel <[email protected]>
AuthorDate: Tue Dec 16 15:04:33 2025 +0100

    Updated X11 cursor
---
 main/vcl/inc/unx/x11_cursors/tblselse_curs.h | 33 ++++++++++++++--------------
 main/vcl/inc/unx/x11_cursors/tblselse_mask.h | 33 ++++++++++++++--------------
 2 files changed, 32 insertions(+), 34 deletions(-)

diff --git a/main/vcl/inc/unx/x11_cursors/tblselse_curs.h 
b/main/vcl/inc/unx/x11_cursors/tblselse_curs.h
index 4ac5722dfd..dc0c2e249c 100644
--- a/main/vcl/inc/unx/x11_cursors/tblselse_curs.h
+++ b/main/vcl/inc/unx/x11_cursors/tblselse_curs.h
@@ -19,26 +19,25 @@
  *
  *************************************************************/
 
-
 #define tblselse_curs_width 16
 #define tblselse_curs_height 16
 #define tblselse_curs_x_hot 14
 #define tblselse_curs_y_hot 14
 
 static const unsigned char tblselse_curs_bits[] = {
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x60,0x00,
-       0xf0,0x00,
-       0xf0,0x01,
-       0xe0,0x03,
-       0xc0,0x47,
-       0x80,0x6f,
-       0x00,0x7f,
-       0x00,0x7e,
-       0x00,0x7c,
-       0x00,0x7e,
-       0x00,0x7f,
-       0x00,0x00};
+       0x00,0x00,      // 0000 0000 0000 0000
+       0x00,0x00,      // 0000 0000 0000 0000
+       0x00,0x00,      // 0000 0000 0000 0000
+       0x00,0x02,      // 0000 0000 0000 0100
+       0x00,0x03,      // 0000 0000 0000 1100
+       0x00,0x83,      // 0000 0000 0001 1100
+       0x00,0xC3,      // 0000 0000 0011 1100
+       0x00,0xE3,      // 0000 0000 0111 1100
+       0x00,0xF3,      // 0000 0000 1111 1100
+       0x08,0xF3,      // 0000 0001 1111 1100
+       0x0C,0xF3,      // 0000 0011 1111 1100
+       0x0E,0xF3,      // 0000 0111 1111 1100
+       0x0F,0xF3,      // 0000 1111 1111 1100
+       0x8F,0xF3,      // 0001 1111 1111 1100
+       0x00,0x00,      // 0000 0000 0000 0000
+       0x00,0x00};     // 0000 0000 0000 0000
diff --git a/main/vcl/inc/unx/x11_cursors/tblselse_mask.h 
b/main/vcl/inc/unx/x11_cursors/tblselse_mask.h
index 83bf5ee858..e859e7ab39 100644
--- a/main/vcl/inc/unx/x11_cursors/tblselse_mask.h
+++ b/main/vcl/inc/unx/x11_cursors/tblselse_mask.h
@@ -19,26 +19,25 @@
  *
  *************************************************************/
 
-
 #define tblselse_mask_width 16
 #define tblselse_mask_height 16
 #define tblselse_mask_x_hot 14
 #define tblselse_mask_y_hot 14
 
 static const unsigned char tblselse_mask_bits[] = {
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x60,0x00,
-       0xf0,0x00,
-       0xf8,0x01,
-       0xf8,0x03,
-       0xf0,0xc7,
-       0xe0,0xef,
-       0xc0,0xff,
-       0x80,0xff,
-       0x00,0xff,
-       0x00,0xfe,
-       0x00,0xff,
-       0x80,0xff,
-       0x80,0xff};
+       0x00,0x00,      // 0000 0000 0000 0000
+       0x00,0x04,      // 0000 0000 0000 0010
+       0x00,0x06,      // 0000 0000 0000 0110
+       0x00,0x07,      // 0000 0000 0000 1110
+       0x00,0x87,      // 0000 0000 0001 1110
+       0x00,0xC7,      // 0000 0000 0011 1110
+       0x00,0xE7,      // 0000 0000 0111 1110
+       0x00,0xF7,      // 0000 0000 1111 1110
+       0x08,0xF7,      // 0000 0001 1111 1110
+       0x0C,0xF7,      // 0000 0011 1111 1110
+       0x0E,0xF7,      // 0000 0111 1111 1110
+       0x0F,0xF7,      // 0000 1111 1111 1110
+       0x8F,0xF7,      // 0001 1111 1111 1110
+       0xCF,0xF7,      // 0011 1111 1111 1110
+       0xEF,0xF7,      // 0111 1111 1111 1110
+       0x00,0x00};     // 0000 0000 0000 0000

Reply via email to