diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-08-09 13:53:21 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-08-09 13:53:21 +0000 |
| commit | 1e4abdc8d08b6baba5cb52556d8c52745912f0a9 (patch) | |
| tree | 62284908fae3ee7607471ed983fb7a350f57f951 /FL | |
| parent | 018667ce16147849d8af2f0a6774b6355e7c69df (diff) | |
Dropped #pragma from x.H - first, it isn't supported by the 5.3 compilers,
and second, we have (I thought) a check in the configure script for this
anyways...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/x.H | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,5 +1,5 @@ // -// "$Id: x.H,v 1.10.2.1 1999/07/22 07:27:07 bill Exp $" +// "$Id: x.H,v 1.10.2.2 1999/08/09 13:53:21 mike Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -39,15 +39,9 @@ #else -#ifdef __sgi -#pragma set woff 3322 -#endif #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> -#ifdef __sgi -#pragma reset woff 3322 -#endif #include "Fl_Window.H" FL_EXPORT void fl_open_display(); @@ -124,5 +118,5 @@ extern FL_EXPORT int fl_background_pixel; // hack into Fl_X::make_xid() #endif // -// End of "$Id: x.H,v 1.10.2.1 1999/07/22 07:27:07 bill Exp $". +// End of "$Id: x.H,v 1.10.2.2 1999/08/09 13:53:21 mike Exp $". // |
