[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - vcl/inc vcl/os2

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 13 19:08:41 UTC 2019


 vcl/inc/unx/x11_cursors/assw_mask.h |   10 +++++-----
 vcl/os2/source/src/chain.ptr        |binary
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0906c985dbb1ab292155d1b7eb2b1908fbf6752d
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sun Jan 13 18:39:03 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sun Jan 13 18:39:03 2019 +0000

    OS/2 has black pointer

diff --git a/vcl/os2/source/src/chain.ptr b/vcl/os2/source/src/chain.ptr
index 13a0aa2440ff..8ac5f9032357 100644
Binary files a/vcl/os2/source/src/chain.ptr and b/vcl/os2/source/src/chain.ptr differ
commit 81b26cc1eccd270591f1ad741dde24f9ec4004c6
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sun Jan 13 18:02:13 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sun Jan 13 18:02:13 2019 +0000

    Corrected mask for X11 pointer (autoscroll south west)

diff --git a/vcl/inc/unx/x11_cursors/assw_mask.h b/vcl/inc/unx/x11_cursors/assw_mask.h
index 0c629f20cf7e..4b2780170ff7 100644
--- a/vcl/inc/unx/x11_cursors/assw_mask.h
+++ b/vcl/inc/unx/x11_cursors/assw_mask.h
@@ -29,8 +29,8 @@ static const unsigned char assw_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x0e,0x00,0x00,0x00,0x1f,0x00,0x00,0x00,0x1f,0x00,0x00,0x10,0x1f,
- 0x00,0x00,0x18,0x0e,0x00,0x00,0x38,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0xfc,
- 0x00,0x00,0x00,0xfc,0x03,0x00,0x00,0xfc,0x01,0x00,0x00,0x3c,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
+ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0E,0x00,
+ 0x00,0x00,0x1F,0x00,0x00,0x80,0x3F,0x00,0x00,0x90,0x3F,0x00,0x00,0xB8,0x3F,
+ 0x00,0x00,0x3C,0x1F,0x00,0x00,0x7C,0x0E,0x00,0x00,0xFC,0x00,0x00,0x00,0xFE,
+ 0x03,0x00,0x00,0xFE,0x07,0x00,0x00,0xFE,0x03,0x00,0x00,0xFE,0x01,0x00,0x00,
+ 0x3E,0x00,0x00,0x00,0x00,0x00,0x00,0x00};


More information about the Libreoffice-commits mailing list