From 2e58f174f70543d4e8da74c5f04371fd06f051b2 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Sat, 16 Oct 1999 19:58:22 +0000 Subject: Changed the sgi -woff pragma to the new #define suggested by Michael Sweet. Cast in draw_pixmap that produced an error in the OSF1 compiler fixed. Error in emulation of GLUT_KEY_F?() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@779 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/x.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FL') diff --git a/FL/x.H b/FL/x.H index 140eda275..c379af2e8 100644 --- a/FL/x.H +++ b/FL/x.H @@ -1,5 +1,5 @@ // -// "$Id: x.H,v 1.10.2.3 1999/10/14 04:58:13 bill Exp $" +// "$Id: x.H,v 1.10.2.4 1999/10/16 19:58:20 bill Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -39,12 +39,12 @@ #else -#ifdef __sgi +#if defined(_ABIN32) || defined(_ABI64) // fix for broken SGI Irix X .h files #pragma set woff 3322 #endif #include #include -#ifdef __sgi +#if defined(_ABIN32) || defined(_ABI64) #pragma reset woff 3322 #endif #include @@ -124,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.3 1999/10/14 04:58:13 bill Exp $". +// End of "$Id: x.H,v 1.10.2.4 1999/10/16 19:58:20 bill Exp $". // -- cgit v1.2.3