Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/golden-xcursors/files/
Date: Wed, 28 Mar 2018 21:58:02
Message-Id: 1522274265.33efa14a9c16d023c83e04e1b32df169eab2914c.monsieurp@gentoo
1 commit: 33efa14a9c16d023c83e04e1b32df169eab2914c
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Mar 27 19:42:40 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 21:57:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33efa14a
7
8 x11-themes/golden-xcursors: remove useless escape characters.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7661
11
12 x11-themes/golden-xcursors/files/README.gentoo | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-themes/golden-xcursors/files/README.gentoo b/x11-themes/golden-xcursors/files/README.gentoo
16 index 41432091eff..65eb005ef04 100644
17 --- a/x11-themes/golden-xcursors/files/README.gentoo
18 +++ b/x11-themes/golden-xcursors/files/README.gentoo
19 @@ -16,4 +16,4 @@ Note this will be overruled by a user's ~/.Xdefaults file.
20
21 If you experience flickering, try setting the following line in the Device
22 section of your xorg.conf file:
23 - Option \"HWCursor\" \"false\"
24 + Option "HWCursor" "false"