FreeBSD Bugzilla – Attachment 6269 Details for
Bug 14379
New port: graphics/xmrm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ad
patch-ad (text/plain; charset=us-ascii), 687 bytes, created by
Tobias Reifenberger
on 1999-11-29 21:02:51 UTC
(
hide
)
Description:
patch-ad
Filename:
MIME Type:
Creator:
Tobias Reifenberger
Created:
1999-11-29 21:02:51 UTC
Size:
687 bytes
patch
obsolete
>--- ../xmrm.orig/morphvec.cc Tue Mar 10 00:00:00 1998 >+++ morphvec.cc Sat Nov 27 00:44:30 1999 >@@ -9,6 +9,7 @@ > #include "io.h" > #include "xmrm.h" > //#include "areas.h" >+#include <floatingpoint.h> > > //static int oneliner = 1; > >@@ -17,7 +18,7 @@ > > extern Display *disp; > >-extern max_x,max_y; >+extern int max_x,max_y; > extern ControlClass control; > extern VisualInfoClass vis; > extern WindowClass *s_win, *d_win; >@@ -433,6 +434,10 @@ > void MorphVecClass::DrawVectorScal(FL_OBJECT *obj, int item, int mode, FL_COLOR col) > { > double sc_x,sc_y; >+ >+ /* don't exit on FPE */ >+ fpsetmask(0); >+ > sc_x = (double) obj->w / max_x; sc_y = (double) obj->h / max_y; > > if (item > nr_vec)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14379
:
6268
| 6269
Working