bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Usage of rint() in gui


From: Fred Kiefer
Subject: Usage of rint() in gui
Date: Tue, 09 Apr 2002 02:09:20 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:0.9.4) Gecko/20011019 Netscape6/6.2

Two new files are now using rint() in the gui library (NSMatrix and NSClipView) as this function is not available on all systems (namely not on MS Window) it is not possible to compile gui on such a system. To work around this the configuration checks for this function and sets a flag whether it is found. This information is not used in these two files. So they must be patched just as NSBrowser or NSRulerView. Or as this becomes more common now, we could move the replacement definition of rint() up into the config.h file itself. Any ideas on this solution?

Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]