From 4da5a18ede05f35140c7fc1b51bdb5b0a51295ca Mon Sep 17 00:00:00 2001 From: Alex ARNAUD Date: Mon, 27 Nov 2017 15:57:00 +0100 Subject: Add the support for cursor sizes of 96 and 128. It could be useful for low-vision persons to be able to increase the size of the their cursors greater than 64. If the cursor theme doesn't provide cursor sizes greater than 64 the behavior is the same. --- capplets/common/mate-theme-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index c80c95f1..678e11fd 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -541,7 +541,7 @@ read_cursor_theme (GFile *cursor_theme_uri) MateThemeCursorInfo *cursor_theme_info = NULL; GFile *parent_uri, *cursors_uri; - const gint filter_sizes[] = { 12, 16, 24, 32, 36, 40, 48, 64 }; + const gint filter_sizes[] = { 12, 16, 24, 32, 36, 40, 48, 64, 96, 128 }; const gint num_sizes = G_N_ELEMENTS (filter_sizes); parent_uri = g_file_get_parent (cursor_theme_uri); -- cgit v1.2.1