[Libreoffice-commits] core.git: vcl/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jan 16 13:51:23 UTC 2019
vcl/inc/unx/x11_cursors/assw_curs.h | 2 +-
vcl/inc/unx/x11_cursors/assw_mask.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0859a958e741f20b1214990605a7b0756dae3bc0
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Fri Jan 11 23:07:46 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jan 16 14:50:59 2019 +0100
Corrected hotspot for X11 pointer (autoscroll south west)
(cherry picked from commit d97aaa8f3f945b2c4611454b55727d2770c031d6)
Change-Id: I7614d3f7a014c21f40c76ab4327618ccf78bc74d
Reviewed-on: https://gerrit.libreoffice.org/66437
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/inc/unx/x11_cursors/assw_curs.h b/vcl/inc/unx/x11_cursors/assw_curs.h
index ae9070463fce..fe5645c2859e 100644
--- a/vcl/inc/unx/x11_cursors/assw_curs.h
+++ b/vcl/inc/unx/x11_cursors/assw_curs.h
@@ -18,7 +18,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 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 c6b2c4ebb280..5b8ce75876d0 100644
--- a/vcl/inc/unx/x11_cursors/assw_mask.h
+++ b/vcl/inc/unx/x11_cursors/assw_mask.h
@@ -18,7 +18,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 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