comparison src/version.c @ 34291:af33a7e1c205 v9.1.0081

patch 9.1.0081: X11 mouse-scrolling stutters Commit: https://github.com/vim/vim/commit/1efb1b08a142560af50f7e68c935f067944742a3 Author: lilydjwg <lilydjwg@gmail.com> Date: Thu Feb 8 11:04:21 2024 +0100 patch 9.1.0081: X11 mouse-scrolling stutters Problem: X11 mouse-scrolling stutters (Ron Aaron, after 9.1.0064) Solution: Handle GDK_SCROLL_SMOOTH fractional distance events (lilydjwg) I don't know why, but with GDK_SMOOTH_SCROLL_MASK we get wheel events as GDK_SCROLL_SMOOTH. What's more, one wheel scroll is counted as 1.5 distance in Wayland but 1.0 in X11. I failed to find any docs on gtk.org about this. fixes: #13987 closes: #13991 Signed-off-by: lilydjwg <lilydjwg@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 08 Feb 2024 11:15:06 +0100
parents 6df143135376
children f5ac23c97a9e
comparison
equal deleted inserted replaced
34290:167d80fce1b1 34291:af33a7e1c205
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 81,
707 /**/ 709 /**/
708 80, 710 80,
709 /**/ 711 /**/
710 79, 712 79,
711 /**/ 713 /**/