Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/mrxvt/files: mrxvt-0.5.3-stop-polling-when-obscured.patch
Date: Thu, 26 Jun 2008 09:13:07
Message-Id: E1KBnXK-0002tX-7z@stork.gentoo.org
1 nelchael 08/06/26 09:13:02
2
3 Added: mrxvt-0.5.3-stop-polling-when-obscured.patch
4 Log:
5 Add patch from upstream to fix behaviour when mrxvt window is completely obscured, bug #229469.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r5 x86_64)
7
8 Revision Changes Path
9 1.1 x11-terms/mrxvt/files/mrxvt-0.5.3-stop-polling-when-obscured.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/mrxvt/files/mrxvt-0.5.3-stop-polling-when-obscured.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/mrxvt/files/mrxvt-0.5.3-stop-polling-when-obscured.patch?rev=1.1&content-type=text/plain
13
14 Index: mrxvt-0.5.3-stop-polling-when-obscured.patch
15 ===================================================================
16 Index: src/command.c
17 ===================================================================
18 --- src/command.c (revision 292)
19 +++ src/command.c (revision 293)
20 @@ -1966,7 +1966,7 @@
21 value->tv_sec = 0;
22
23
24 - if (!r->TermWin.mapped)
25 + if( !r->TermWin.mapped || r->h->refresh_type == NO_REFRESH )
26 quick_timeout = 0;
27 else
28 {
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list