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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 12 01:08:15 UTC 2019


 vcl/inc/unx/x11_cursors/assw_curs.h |    2 +-
 vcl/inc/unx/x11_cursors/assw_mask.h |    2 +-
 vcl/os2/source/src/airbrush.ptr     |binary
 vcl/os2/source/src/chain.ptr        |binary
 vcl/os2/source/src/chainnot.ptr     |binary
 vcl/os2/source/src/tblsele.ptr      |binary
 vcl/os2/source/src/tblsels.ptr      |binary
 vcl/os2/source/src/tblselse.ptr     |binary
 vcl/os2/source/src/tblselsw.ptr     |binary
 vcl/os2/source/src/tblselw.ptr      |binary
 10 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5bffe73c024687b703bd69be8f44b2355d919e7b
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Jan 12 00:50:41 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Jan 12 00:50:41 2019 +0000

    Restored two broken OS/2 pointer (link/unlink frames)

diff --git a/vcl/os2/source/src/chain.ptr b/vcl/os2/source/src/chain.ptr
index 0e248b324daa..13a0aa2440ff 100644
Binary files a/vcl/os2/source/src/chain.ptr and b/vcl/os2/source/src/chain.ptr differ
diff --git a/vcl/os2/source/src/chainnot.ptr b/vcl/os2/source/src/chainnot.ptr
index 0e248b324daa..e3ceb39958fd 100644
Binary files a/vcl/os2/source/src/chainnot.ptr and b/vcl/os2/source/src/chainnot.ptr differ
commit 5a93ba706f2663d036614add7f9a861c37a8cecc
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Jan 12 00:32:45 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Jan 12 00:32:45 2019 +0000

    Corrected hotspot for OS/2 pointer (table selector)

diff --git a/vcl/os2/source/src/tblsele.ptr b/vcl/os2/source/src/tblsele.ptr
index 627c2f61662b..2644a04a50bd 100644
Binary files a/vcl/os2/source/src/tblsele.ptr and b/vcl/os2/source/src/tblsele.ptr differ
diff --git a/vcl/os2/source/src/tblsels.ptr b/vcl/os2/source/src/tblsels.ptr
index 3553c0d1f5ae..93231f18409e 100644
Binary files a/vcl/os2/source/src/tblsels.ptr and b/vcl/os2/source/src/tblsels.ptr differ
diff --git a/vcl/os2/source/src/tblselse.ptr b/vcl/os2/source/src/tblselse.ptr
index 355e5105f58f..a43f6c8e2f07 100644
Binary files a/vcl/os2/source/src/tblselse.ptr and b/vcl/os2/source/src/tblselse.ptr differ
diff --git a/vcl/os2/source/src/tblselsw.ptr b/vcl/os2/source/src/tblselsw.ptr
index 435dec00c3e1..174d30a3b861 100644
Binary files a/vcl/os2/source/src/tblselsw.ptr and b/vcl/os2/source/src/tblselsw.ptr differ
diff --git a/vcl/os2/source/src/tblselw.ptr b/vcl/os2/source/src/tblselw.ptr
index de64ad06d6a2..ab092ce1d76b 100644
Binary files a/vcl/os2/source/src/tblselw.ptr and b/vcl/os2/source/src/tblselw.ptr differ
commit c0ab7511df549a8004a519671ac651b23de12c0f
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Fri Jan 11 23:34:29 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Fri Jan 11 23:34:29 2019 +0000

    Corrected hotspot for OS/2 pointer (airbrush)

diff --git a/vcl/os2/source/src/airbrush.ptr b/vcl/os2/source/src/airbrush.ptr
index 89a99d763d94..a00f1472b814 100644
Binary files a/vcl/os2/source/src/airbrush.ptr and b/vcl/os2/source/src/airbrush.ptr differ
commit d97aaa8f3f945b2c4611454b55727d2770c031d6
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Fri Jan 11 23:07:46 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Fri Jan 11 23:07:46 2019 +0000

    Corrected hotspot for X11 pointer (autoscroll south west)

diff --git a/vcl/inc/unx/x11_cursors/assw_curs.h b/vcl/inc/unx/x11_cursors/assw_curs.h
index 58087965144f..cf3e4cb82d46 100644
--- a/vcl/inc/unx/x11_cursors/assw_curs.h
+++ b/vcl/inc/unx/x11_cursors/assw_curs.h
@@ -22,7 +22,7 @@
 
 #define assw_curs_width 32
 #define assw_curs_height 32
-#define assw_curs_x_hot 21
+#define assw_curs_x_hot 10
 #define assw_curs_y_hot 21
 static const unsigned char assw_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
diff --git a/vcl/inc/unx/x11_cursors/assw_mask.h b/vcl/inc/unx/x11_cursors/assw_mask.h
index a2ddbd4beaca..0c629f20cf7e 100644
--- a/vcl/inc/unx/x11_cursors/assw_mask.h
+++ b/vcl/inc/unx/x11_cursors/assw_mask.h
@@ -22,7 +22,7 @@
 
 #define assw_mask_width 32
 #define assw_mask_height 32
-#define assw_mask_x_hot 21
+#define assw_mask_x_hot 10
 #define assw_mask_y_hot 21
 static const unsigned char assw_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,


More information about the Libreoffice-commits mailing list