Skip to content

Commit

Permalink
Fixes for os2x by Alexander Mai
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@430 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
spitzak committed Mar 15, 1999
1 parent cb3e368 commit 8b80ea3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Fl_x.cxx
@@ -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).
//
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 $".
//

0 comments on commit 8b80ea3

Please sign in to comment.