* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtimer/files/
@ 2017-11-27 0:57 Bernard Cafarelli
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2017-11-27 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 106f22920663d0538cad7b39807d01e4d235acc4
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 00:34:35 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 00:57:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106f2292
x11-plugins/wmtimer: remove unused patch
Package-Manager: Portage-2.3.16, Repoman-2.3.6
.../wmtimer/files/wmtimer-counter-fix.patch | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/x11-plugins/wmtimer/files/wmtimer-counter-fix.patch b/x11-plugins/wmtimer/files/wmtimer-counter-fix.patch
deleted file mode 100644
index 62f2a5a8279..00000000000
--- a/x11-plugins/wmtimer/files/wmtimer-counter-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- wmtimer.c.orig 2004-01-29 02:45:48.000000000 +0000
-+++ wmtimer.c 2008-10-17 20:49:05.000000000 +0100
-@@ -128,7 +128,8 @@
- switch (mode)
- {
- case TIMER:
-- if (prevSec < thisTime->tm_sec)
-+ if ( (prevSec < thisTime->tm_sec)
-+ || ((prevSec == 59) && (thisTime->tm_sec == 0)))
- {
- decrementTimer();
- updateACT();
-@@ -138,7 +139,8 @@
- prevSec = thisTime->tm_sec;
- break;
- case CHRONO:
-- if (prevSec < thisTime->tm_sec)
-+ if ( (prevSec < thisTime->tm_sec)
-+ || ((prevSec == 59) && (thisTime->tm_sec == 0)))
- {
- incrementTimer();
- updateACT();
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-27 0:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-27 0:57 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtimer/files/ Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox