diff --git a/FL/x.H b/FL/x.H index deb49327a..140eda275 100644 --- a/FL/x.H +++ b/FL/x.H @@ -1,5 +1,5 @@ // -// "$Id: x.H,v 1.10.2.2 1999/08/09 13:53:21 mike Exp $" +// "$Id: x.H,v 1.10.2.3 1999/10/14 04:58:13 bill Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -39,8 +39,14 @@ #else +#ifdef __sgi +#pragma set woff 3322 +#endif #include #include +#ifdef __sgi +#pragma reset woff 3322 +#endif #include #include "Fl_Window.H" @@ -118,5 +124,5 @@ extern FL_EXPORT int fl_background_pixel; // hack into Fl_X::make_xid() #endif // -// End of "$Id: x.H,v 1.10.2.2 1999/08/09 13:53:21 mike Exp $". +// End of "$Id: x.H,v 1.10.2.3 1999/10/14 04:58:13 bill Exp $". //