devel  

Re: Wrong order of a timeouts processing in WaitForSomething.

David Dawes
Sun, 21 Sep 2003 04:55:16 -0700

On Sun, Sep 21, 2003 at 12:13:10AM -0400, Harold L Hunt II wrote:

>The only suggestion I have is that the function prototypes in 
>include/os.h should follow the conventions of all other prototypes in 
>os.h, using #if NeedFunctionPrototypes:
>
>extern void SetScreenSaverTimer(
>#if NeedFunctionPrototypes
>void
>#endif
>);
>
>#ifdef DPMSExtension
>extern void SetDPMSTimers(
>#if NeedFunctionPrototypes
>void
>#endif
>);
>#endif

Actually, we're going the other way and on the trunk all of the
NeedFunctionPrototypes references have been removed in os.h.

>Thanks for taking the time to debug this properly... I hope that there 

Yes!  Hopefully the screen saver/DPMS cleanup will reduce the likelihood
of further subtle bugs that have plagued that code for a while.

David
-- 
David Dawes                                     X-Oz Technologies
www.XFree86.org/~dawes                          www.x-oz.com
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel