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 02645d362b Hopefully corrected X11 cursor
02645d362b is described below

commit 02645d362beb3a39e14a9e0e28142c4cd7107d81
Author: mseidel <[email protected]>
AuthorDate: Wed Dec 17 22:25:53 2025 +0100

    Hopefully corrected X11 cursor
---
 main/vcl/inc/unx/x11_cursors/tblselse_curs.h | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/main/vcl/inc/unx/x11_cursors/tblselse_curs.h 
b/main/vcl/inc/unx/x11_cursors/tblselse_curs.h
index dc0c2e249c..fe36fc5f3b 100644
--- a/main/vcl/inc/unx/x11_cursors/tblselse_curs.h
+++ b/main/vcl/inc/unx/x11_cursors/tblselse_curs.h
@@ -28,16 +28,16 @@ static const unsigned char tblselse_curs_bits[] = {
        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,0x20,      // 0000 0000 0000 0100
+       0x00,0x30,      // 0000 0000 0000 1100
+       0x00,0x38,      // 0000 0000 0001 1100
+       0x00,0x3C,      // 0000 0000 0011 1100
+       0x00,0x3E,      // 0000 0000 0111 1100
+       0x00,0x3F,      // 0000 0000 1111 1100
+       0x08,0x3F,      // 0000 0001 1111 1100
+       0xC0,0x3F,      // 0000 0011 1111 1100
+       0xE0,0x3F,      // 0000 0111 1111 1100
+       0xF0,0x3F,      // 0000 1111 1111 1100
+       0xF8,0x3F,      // 0001 1111 1111 1100
        0x00,0x00,      // 0000 0000 0000 0000
        0x00,0x00};     // 0000 0000 0000 0000

Reply via email to