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 1d547442eb Last updated X11 cursor
1d547442eb is described below

commit 1d547442eb744c9dd2105936d8ba6a0219a17cbf
Author: mseidel <[email protected]>
AuthorDate: Tue Dec 16 20:49:53 2025 +0100

    Last updated X11 cursor
---
 main/vcl/inc/unx/x11_cursors/tblsele_curs.h  | 49 ++++++++++++++++------------
 main/vcl/inc/unx/x11_cursors/tblsele_mask.h  | 49 ++++++++++++++++------------
 main/vcl/inc/unx/x11_cursors/tblsels_mask.h  |  4 +--
 main/vcl/inc/unx/x11_cursors/tblselsw_mask.h | 46 +++++++++++++++-----------
 main/vcl/inc/unx/x11_cursors/tblselw_curs.h  | 47 ++++++++++++++------------
 main/vcl/inc/unx/x11_cursors/tblselw_mask.h  | 47 ++++++++++++++------------
 6 files changed, 139 insertions(+), 103 deletions(-)

diff --git a/main/vcl/inc/unx/x11_cursors/tblsele_curs.h 
b/main/vcl/inc/unx/x11_cursors/tblsele_curs.h
index 8df7c07cc9..cb01e191b6 100644
--- a/main/vcl/inc/unx/x11_cursors/tblsele_curs.h
+++ b/main/vcl/inc/unx/x11_cursors/tblsele_curs.h
@@ -19,26 +19,33 @@
  *
  *************************************************************/
 
-
-#define tblsele_curs_width 16
-#define tblsele_curs_height 16
-#define tblsele_curs_x_hot 14
-#define tblsele_curs_y_hot 8
+#define tblsele_curs_width 24
+#define tblsele_curs_height 24
+#define tblsele_curs_x_hot 22
+#define tblsele_curs_y_hot 11
 
 static const unsigned char tblsele_curs_bits[] = {
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x04,
-       0x00,0x0c,
-       0x00,0x1c,
-       0xfc,0x3f,
-       0xfc,0x7f,
-       0xfc,0x3f,
-       0x00,0x1c,
-       0x00,0x0c,
-       0x00,0x04,
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00};
+       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,0x00,         // 0000 0000 0000 0000 0000 0000
+       0x00,0x04,0x00,         // 0000 0000 0000 0010 0000 0000
+       0x00,0x0C,0x00,         // 0000 0000 0000 0011 0000 0000
+       0x00,0x0C,0x10,         // 0000 0000 0000 0011 1000 0000
+       0x00,0x0C,0x30,         // 0000 0000 0000 0011 1100 0000
+       0x00,0x0C,0x70,         // 0000 0000 0000 0011 1110 0000
+       0x00,0x0C,0xF0,         // 0000 0000 0000 0011 1111 0000
+       0x00,0x0C,0xF1,         // 0000 0000 0000 0011 1111 1000
+       0x00,0x0C,0xF3,         // 0000 0000 0000 0011 1111 1100
+       0x00,0x0C,0xF1,         // 0000 0000 0000 0011 1111 1000
+       0x00,0x0C,0xF0,         // 0000 0000 0000 0011 1111 0000
+       0x00,0x0C,0x70,         // 0000 0000 0000 0011 1110 0000
+       0x00,0x0C,0x30,         // 0000 0000 0000 0011 1100 0000
+       0x00,0x0C,0x10,         // 0000 0000 0000 0011 1000 0000
+       0x00,0x0C,0x00,         // 0000 0000 0000 0011 0000 0000
+       0x00,0x04,0x00,         // 0000 0000 0000 0010 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,0x00,         // 0000 0000 0000 0000 0000 0000
+       0x00,0x00,0x00};        // 0000 0000 0000 0000 0000 0000
diff --git a/main/vcl/inc/unx/x11_cursors/tblsele_mask.h 
b/main/vcl/inc/unx/x11_cursors/tblsele_mask.h
index 0bb5cbfdf8..edb13d2151 100644
--- a/main/vcl/inc/unx/x11_cursors/tblsele_mask.h
+++ b/main/vcl/inc/unx/x11_cursors/tblsele_mask.h
@@ -19,26 +19,33 @@
  *
  *************************************************************/
 
-
-#define tblsele_mask_width 16
-#define tblsele_mask_height 16
-#define tblsele_mask_x_hot 14
-#define tblsele_mask_y_hot 8
+#define tblsele_mask_width 24
+#define tblsele_mask_height 24
+#define tblsele_mask_x_hot 22
+#define tblsele_mask_y_hot 11
 
 static const unsigned char tblsele_mask_bits[] = {
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x06,
-       0x00,0x0e,
-       0x00,0x1e,
-       0xfe,0x3f,
-       0xfe,0x7f,
-       0xfe,0xff,
-       0xfe,0x7f,
-       0xfe,0x3f,
-       0x00,0x1e,
-       0x00,0x0e,
-       0x00,0x06,
-       0x00,0x00,
-       0x00,0x00};
+       0x00,0x00,0x00,         // 0000 0000 0000 0000 0000 0000
+       0x00,0x00,0x00,         // 0000 0000 0000 0000 0000 0000
+       0x00,0x02,0x00,         // 0000 0000 0000 0100 0000 0000
+       0x00,0x06,0x00,         // 0000 0000 0000 0110 0000 0000
+       0x00,0x0E,0x00,         // 0000 0000 0000 0111 0000 0000
+       0x00,0x0E,0x10,         // 0000 0000 0000 0111 1000 0000
+       0x00,0x0E,0x30,         // 0000 0000 0000 0111 1100 0000
+       0x00,0x0E,0x70,         // 0000 0000 0000 0111 1110 0000
+       0x00,0x0E,0xF0,         // 0000 0000 0000 0111 1111 0000
+       0x00,0x0E,0xF1,         // 0000 0000 0000 0111 1111 1000
+       0x00,0x0E,0xF3,         // 0000 0000 0000 0111 1111 1100
+       0x00,0x0E,0xF7,         // 0000 0000 0000 0111 1111 1110
+       0x00,0x0E,0xF3,         // 0000 0000 0000 0111 1111 1100
+       0x00,0x0E,0xF1,         // 0000 0000 0000 0111 1111 1000
+       0x00,0x0E,0xF0,         // 0000 0000 0000 0111 1111 0000
+       0x00,0x0E,0x70,         // 0000 0000 0000 0111 1110 0000
+       0x00,0x0E,0x30,         // 0000 0000 0000 0111 1100 0000
+       0x00,0x0E,0x10,         // 0000 0000 0000 0111 1000 0000
+       0x00,0x0E,0x00,         // 0000 0000 0000 0111 0000 0000
+       0x00,0x06,0x00,         // 0000 0000 0000 0110 0000 0000
+       0x00,0x02,0x00,         // 0000 0000 0000 0100 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
diff --git a/main/vcl/inc/unx/x11_cursors/tblsels_mask.h 
b/main/vcl/inc/unx/x11_cursors/tblsels_mask.h
index cbfafa4694..05d23ce19c 100644
--- a/main/vcl/inc/unx/x11_cursors/tblsels_mask.h
+++ b/main/vcl/inc/unx/x11_cursors/tblsels_mask.h
@@ -21,8 +21,8 @@
 
 #define tblsels_mask_width 24
 #define tblsels_mask_height 24
-#define tblsels_curs_x_hot 11
-#define tblsels_curs_y_hot 22
+#define tblsels_mask_x_hot 11
+#define tblsels_mask_y_hot 22
 
 static const unsigned char tblsels_mask_bits[] = {
        0x00,0x00,0x00,         // 0000 0000 0000 0000 0000 0000
diff --git a/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h 
b/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h
index b312151c7f..aa93d0edfd 100644
--- a/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h
+++ b/main/vcl/inc/unx/x11_cursors/tblselsw_mask.h
@@ -19,25 +19,33 @@
  *
  *************************************************************/
 
-#define tblselsw_mask_width 16
-#define tblselsw_mask_height 16
+#define tblselsw_mask_width 24
+#define tblselsw_mask_height 24
 #define tblselsw_mask_x_hot 1
-#define tblselsw_mask_y_hot 14
+#define tblselsw_mask_y_hot 11
 
 static const unsigned char tblselsw_mask_bits[] = {
-       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
+       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
diff --git a/main/vcl/inc/unx/x11_cursors/tblselw_curs.h 
b/main/vcl/inc/unx/x11_cursors/tblselw_curs.h
index 489912bf52..b7cde28f50 100644
--- a/main/vcl/inc/unx/x11_cursors/tblselw_curs.h
+++ b/main/vcl/inc/unx/x11_cursors/tblselw_curs.h
@@ -19,26 +19,33 @@
  *
  *************************************************************/
 
-
-#define tblselw_curs_width 16
-#define tblselw_curs_height 16
+#define tblselw_curs_width 24
+#define tblselw_curs_height 24
 #define tblselw_curs_x_hot 1
-#define tblselw_curs_y_hot 8
+#define tblselw_curs_y_hot 11
 
 static const unsigned char tblselw_curs_bits[] = {
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x20,0x00,
-       0x30,0x00,
-       0x38,0x00,
-       0xfc,0x3f,
-       0xfe,0x3f,
-       0xfc,0x3f,
-       0x38,0x00,
-       0x30,0x00,
-       0x20,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00};
+       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,0x00,         // 0000 0000 0000 0000 0000 0000
+       0x00,0x20,0x00,         // 0000 0000 0100 0000 0000 0000
+       0x00,0x30,0x00,         // 0000 0000 1100 0000 0000 0000
+       0x08,0x30,0x00,         // 0000 0001 1100 0000 0000 0000
+       0x0C,0x30,0x00,         // 0000 0011 1100 0000 0000 0000
+       0x0E,0x30,0x00,         // 0000 0111 1100 0000 0000 0000
+       0x0F,0x30,0x00,         // 0000 1111 1100 0000 0000 0000
+       0x8F,0x30,0x00,         // 0001 1111 1100 0000 0000 0000
+       0xCF,0x30,0x00,         // 0011 1111 1100 0000 0000 0000
+       0x8F,0x30,0x00,         // 0001 1111 1100 0000 0000 0000
+       0x0F,0x30,0x00,         // 0000 1111 1100 0000 0000 0000
+       0x0E,0x30,0x00,         // 0000 0111 1100 0000 0000 0000
+       0x0C,0x30,0x00,         // 0000 0011 1100 0000 0000 0000
+       0x08,0x30,0x00,         // 0000 0001 1100 0000 0000 0000
+       0x00,0x30,0x00,         // 0000 0000 1100 0000 0000 0000
+       0x00,0x20,0x00,         // 0000 0000 0100 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,0x00,         // 0000 0000 0000 0000 0000 0000
+       0x00,0x00,0x00};        // 0000 0000 0000 0000 0000 0000
diff --git a/main/vcl/inc/unx/x11_cursors/tblselw_mask.h 
b/main/vcl/inc/unx/x11_cursors/tblselw_mask.h
index f5c52c6fdc..5be884c700 100644
--- a/main/vcl/inc/unx/x11_cursors/tblselw_mask.h
+++ b/main/vcl/inc/unx/x11_cursors/tblselw_mask.h
@@ -19,26 +19,33 @@
  *
  *************************************************************/
 
-
-#define tblselw_mask_width 16
-#define tblselw_mask_height 16
+#define tblselw_mask_width 24
+#define tblselw_mask_height 24
 #define tblselw_mask_x_hot 1
-#define tblselw_mask_y_hot 8
+#define tblselw_mask_y_hot 11
 
 static const unsigned char tblselw_mask_bits[] = {
-       0x00,0x00,
-       0x00,0x00,
-       0x00,0x00,
-       0x60,0x00,
-       0x70,0x00,
-       0x78,0x00,
-       0xfc,0x7f,
-       0xfe,0x7f,
-       0xff,0x7f,
-       0xfe,0x7f,
-       0xfc,0x7f,
-       0x78,0x00,
-       0x70,0x00,
-       0x60,0x00,
-       0x00,0x00,
-       0x00,0x00};
+       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
+       0x08,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
+       0x08,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

Reply via email to