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 31fad8c139 Next updated X11 cursor
31fad8c139 is described below
commit 31fad8c139fb6f10681576bb8d5174762c4bb65f
Author: mseidel <[email protected]>
AuthorDate: Tue Dec 16 17:21:43 2025 +0100
Next updated X11 cursor
---
main/vcl/inc/unx/x11_cursors/tblsels_curs.h | 49 ++++++++++++++++-------------
main/vcl/inc/unx/x11_cursors/tblsels_mask.h | 49 ++++++++++++++++-------------
2 files changed, 56 insertions(+), 42 deletions(-)
diff --git a/main/vcl/inc/unx/x11_cursors/tblsels_curs.h
b/main/vcl/inc/unx/x11_cursors/tblsels_curs.h
index a617c1ea30..28a71d304a 100644
--- a/main/vcl/inc/unx/x11_cursors/tblsels_curs.h
+++ b/main/vcl/inc/unx/x11_cursors/tblsels_curs.h
@@ -19,26 +19,33 @@
*
*************************************************************/
-
-#define tblsels_curs_width 16
-#define tblsels_curs_height 16
-#define tblsels_curs_x_hot 7
-#define tblsels_curs_y_hot 14
+#define tblsels_curs_width 24
+#define tblsels_curs_height 24
+#define tblsels_curs_x_hot 11
+#define tblsels_curs_y_hot 22
static const unsigned char tblsels_curs_bits[] = {
- 0x00,0x00,
- 0x00,0x00,
- 0xc0,0x01,
- 0xc0,0x01,
- 0xc0,0x01,
- 0xc0,0x01,
- 0xc0,0x01,
- 0xc0,0x01,
- 0xc0,0x01,
- 0xc0,0x01,
- 0xf8,0x0f,
- 0xf0,0x07,
- 0xe0,0x03,
- 0xc0,0x01,
- 0x80,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,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
+ 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
+ 0x0F,0xFF,0x70, // 0000 1111 1111 1111 1110 0000
+ 0x0E,0xFF,0x30, // 0000 0111 1111 1111 1100 0000
+ 0x0C,0xFF,0x10, // 0000 0011 1111 1111 1000 0000
+ 0x08,0xFF,0x00, // 0000 0001 1111 1111 0000 0000
+ 0x00,0xF7,0x00, // 0000 0000 1111 1110 0000 0000
+ 0x00,0xE3,0x00, // 0000 0000 0111 1100 0000 0000
+ 0x00,0xC1,0x00, // 0000 0000 0011 1000 0000 0000
+ 0x00,0x80,0x00, // 0000 0000 0001 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 78e9be0bb9..cbfafa4694 100644
--- a/main/vcl/inc/unx/x11_cursors/tblsels_mask.h
+++ b/main/vcl/inc/unx/x11_cursors/tblsels_mask.h
@@ -19,26 +19,33 @@
*
*************************************************************/
-
-#define tblsels_mask_width 16
-#define tblsels_mask_height 16
-#define tblsels_curs_x_hot 7
-#define tblsels_curs_y_hot 14
+#define tblsels_mask_width 24
+#define tblsels_mask_height 24
+#define tblsels_curs_x_hot 11
+#define tblsels_curs_y_hot 22
static const unsigned char tblsels_mask_bits[] = {
- 0x00,0x00,
- 0xe0,0x03,
- 0xe0,0x03,
- 0xe0,0x03,
- 0xe0,0x03,
- 0xe0,0x03,
- 0xe0,0x03,
- 0xe0,0x03,
- 0xe0,0x03,
- 0xfc,0x1f,
- 0xfc,0x1f,
- 0xf8,0x0f,
- 0xf0,0x07,
- 0xe0,0x03,
- 0xc0,0x01,
- 0x80,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,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
+ 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
+ 0xCF,0xFF,0xF1, // 0011 1111 1111 1111 1111 1000
+ 0x8F,0xFF,0xF0, // 0001 1111 1111 1111 1111 0000
+ 0x0F,0xFF,0x70, // 0000 1111 1111 1111 1110 0000
+ 0x0E,0xFF,0x30, // 0000 0111 1111 1111 1100 0000
+ 0x0C,0xFF,0x10, // 0000 0011 1111 1111 1000 0000
+ 0x08,0xFF,0x00, // 0000 0001 1111 1111 0000 0000
+ 0x00,0xF7,0x00, // 0000 0000 1111 1110 0000 0000
+ 0x00,0xE3,0x00, // 0000 0000 0111 1100 0000 0000
+ 0x00,0xC1,0x00, // 0000 0000 0011 1000 0000 0000
+ 0x00,0x80,0x00, // 0000 0000 0001 0000 0000 0000
+ 0x00,0x00,0x00}; // 0000 0000 0000 0000 0000 0000