Fixes for os2x by Alexander Mai

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@430 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Bill Spitzak 1999-03-15 07:06:46 +00:00
parent cb3e368539
commit 8b80ea35fe

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_x.cxx,v 1.24 1999/03/09 17:08:35 mike Exp $"
// "$Id: Fl_x.cxx,v 1.24.2.1 1999/03/15 07:06:46 bill Exp $"
//
// X specific code for the Fast Light Tool Kit (FLTK).
//
@ -64,9 +64,6 @@ struct pollfd {int fd; short events; short revents;};
//#define select(a,b,c,d,e) select((a),(int *)(b),(int *)(c),(int *)(d),(e))
#ifdef __EMX__
#include <sys/select.h>
#endif
#endif
#define MAXFD 8
@ -827,5 +824,5 @@ void Fl_Window::make_current() {
#endif
//
// End of "$Id: Fl_x.cxx,v 1.24 1999/03/09 17:08:35 mike Exp $".
// End of "$Id: Fl_x.cxx,v 1.24.2.1 1999/03/15 07:06:46 bill Exp $".
//