]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/PROBLEMS: Entry about slow mouse-wheel with GTK3 (bug#70002).
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Apr 2024 09:14:26 +0000 (12:14 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Apr 2024 16:33:44 +0000 (18:33 +0200)
(cherry picked from commit 3d87d74a23d13e853f202cc589eb750c40f9e2be)

etc/PROBLEMS

index c725f7aeaa454805e0e429eb2658303a5a4fe20a..aee895ce920d6a190b476a37442dbbce44f6a5ef 100644 (file)
@@ -2089,6 +2089,16 @@ For such programs to function again, Emacs must be run on an X server
 where the input extension is disabled, or alternatively be configured
 with the "--without-xinput2" option.
 
+*** Scrolling with mouse-wheel lags in GTK3 builds.
+
+We don't know why this happens, but one workaround is to build Emacs
+with a different toolkit.  For example:
+
+  ./configure --without-toolkit-scroll-bars --with-x-toolkit=athena
+
+This produces a build which uses Athena toolkit, and disables toolkit
+scroll bars which could sometimes be slow.
+
 * Runtime problems on character terminals
 
 ** The meta key does not work on xterm.