FLTK logo

[master] 16cd29f - Remove dead code/comment: HP-UX 9.x not supported

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 16cd29f - Remove dead code/comment: HP-UX 9.x not supported "Albrecht Schlosser" 06:17 Apr 02  
 
commit 16cd29fd6d504a154ac0a00bb05a95e7842ae5d8
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Tue Apr 2 15:12:45 2024 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Tue Apr 2 15:12:45 2024 +0200

    Remove dead code/comment: HP-UX 9.x not supported
    
    README.Unix.txt documents that HP-UX 11.11 is required

 src/drivers/Unix/Fl_Unix_Screen_Driver.H | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git src/drivers/Unix/Fl_Unix_Screen_Driver.H src/drivers/Unix/Fl_Unix_Screen_Driver.H
index 4563461..c0d0356 100644
--- src/drivers/Unix/Fl_Unix_Screen_Driver.H
+++ src/drivers/Unix/Fl_Unix_Screen_Driver.H
@@ -2,7 +2,7 @@
 // Definition of the part of the screen driver shared by X11 and Wayland platforms
 // for the Fast Light Tool Kit (FLTK).
 //
-// Copyright 2021-2023 by Bill Spitzak and others.
+// Copyright 2021-2024 by Bill Spitzak and others.
 //
 // This library is free software. Distribution and use rights are outlined in
 // the file "COPYING" which should have been included with this file.  If this
@@ -31,9 +31,6 @@ static pollfd *pollfds = 0;
 #      include <sys/select.h>
 #    endif /* HAVE_SYS_SELECT_H */
 
-// The following #define is only needed for HP-UX 9.x and earlier:
-//#define select(a,b,c,d,e) select((a),(int *)(b),(int *)(c),(int *)(d),(e))
-
 #    define POLLIN 1
 #    define POLLOUT 4
 #    define POLLERR 8
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.