public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/whowatch/files: whowatch-1.8.4-select.patch
@ 2013-08-11 11:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-08-11 11:54 UTC (permalink / raw
  To: gentoo-commits

jer         13/08/11 11:54:08

  Added:                whowatch-1.8.4-select.patch
  Log:
  Fix function names.
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.1                  app-admin/whowatch/files/whowatch-1.8.4-select.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/whowatch/files/whowatch-1.8.4-select.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/whowatch/files/whowatch-1.8.4-select.patch?rev=1.1&content-type=text/plain

Index: whowatch-1.8.4-select.patch
===================================================================
--- a/src/whowatch.c
+++ b/src/whowatch.c
@@ -436,12 +436,12 @@
 		gettimeofday(&after, 0);
 		tv.tv_sec -= (after.tv_sec - before.tv_sec);
 		if(retval > 0) {
-			int key = read_key();
+			int key = getkey();
 			key_action(key);
 		}
 		if(tv.tv_sec <= 0) {
 			ticks++;
-			periodic();
+			main_periodic();
 			tv.tv_sec = TIMEOUT;
 		}
 #endif





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-11 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11 11:54 [gentoo-commits] gentoo-x86 commit in app-admin/whowatch/files: whowatch-1.8.4-select.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox