summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-10-14 04:58:13 +0000
committerBill Spitzak <spitzak@gmail.com>1999-10-14 04:58:13 +0000
commit1d5fcfd080e321e8a890e5f2329613e45c16f732 (patch)
treea7cdd308467f74d0e0089e57ef9b583721fa50bf /FL
parentce249490d4ada2885c2058a5177e544be702769b (diff)
Forgot to check in the header file changes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@775 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/x.H10
1 files changed, 8 insertions, 2 deletions
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 <X11/Xlib.h>
#include <X11/Xutil.h>
+#ifdef __sgi
+#pragma reset woff 3322
+#endif
#include <X11/Xatom.h>
#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 $".
//