Re: [ANNOUNCE] Releasing ctwm 3.7 beta4.

From: Derik van Zuetphen (dz@ndh.net)
Date: Thu May 05 2005 - 14:52:38 CEST


Quoting Richard Levitte - VMS Whacker (richard@levitte.org):
> Release of ctwm 3.7 beta 4.

> As usual, patches are welcome!

The perror("select") command loops in events.c:634 if AnimationSpeed is 0
and USE_SIGNALS is not set.

Here is a patch:

--- events.c-orig Wed May 4 12:23:52 2005
+++ events.c Thu May 5 14:39:15 2005
@@ -620,6 +620,7 @@
        nextEvent (event);
        return;
     }
+ tout = NULL;
     if (animate) tout = (AnimationSpeed > 0) ? &timeout : NULL;
     while (1) {
        FD_ZERO (&mask);

-Derik.



This archive was generated by hypermail 2.1.4 : Fri May 06 2005 - 06:45:03 CEST